You are browsing a read-only backup copy of Wikitech. The live site can be found at wikitech.wikimedia.org

OpenSearch Dashboards

From Wikitech-static
Revision as of 00:06, 28 January 2022 by imported>Cwhite (→‎Gotchas: removed browser crash gotcha -- I've not seen this occur in modern versions.)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

OpenSearch Dashboards (previously known as Kibana) is the frontend for Logstash, available at https://logstash.wikimedia.org.

This page is the user guide for OpenSearch Dashboards at WMF. For information about its operation, see Logstash. To read more about the software and its history, check OpenSearch on Wikipedia.

Quick intro

  • Logs from MediaWiki end up here. E.g. wfDebugLog( 'Flow', ...) in MediaWiki PHP corresponds to type:mediawiki AND channel:Flow
  • Start from one of the blue Dashboard links near the top, more are available from the Load icon near the top right.
  • In "Events over time" click and drag to zoom in to a specific region.
  • On the top right, you can change the time range to start with, e.g. last 24 hours, last 7 days. Smaller ranges are faster.
  • If you get lost, start again from the homepage at https://logstash.wikimedia.org/

Tech talk

Tips

MediaWiki dashboard template

https://logstash.wikimedia.org/goto/4b3673f42a5b39ed7186dbcda1dc5b41

Homepage

The Home page is itself also dashboard. It has a single text panel with a Markdown list of links. Add your own for easy access!

Gotchas

Query results:

  • If you see no events at all, perhaps you are querying the future only?
  • If you see no results or the results seem unrelated, press the magnifying glass at right of the main query bar to submit again. There is a race condition where if you modify the query while it is running, it ends up re-submitting the last completed query instead of the one you just wrote.
  • If you see events suddenly stop, perhaps the query includes the future (e.g. "Today" and "This week" instead of "Last 24h" or "Last week").
  • If you think you found when results first started to match your query, double check if it aligns with "today - 90 days ago" which is our message retention.

Visualisations:

  • The visualisation panels are re-usable and thus saved globally.
  • Avoid changing existing visualisations unless intending to change other dashboards that use it at the same time. Otherwise "Save as.." under a new name first.

External link