Skip to content

Instantly share code, notes, and snippets.

@scampi
Last active May 1, 2017 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save scampi/c246dbbc05c835356b70c077852c5695 to your computer and use it in GitHub Desktop.
Save scampi/c246dbbc05c835356b70c077852c5695 to your computer and use it in GitHub Desktop.
Kibana Object Tagging

Object Tagging elastic/kibana#6876

Add a tag

  • when saving an object, a menu proposes to set some tags

Search

  • from the Discover page in the save menu

Visualization

  • from the Visualize page in the save menu

Dashboard

  • from the Dashboard page in the save menu

Index patterns

  • from the Management / Kibana / Indices page when a new index pattern is created

Optional features

  • tag suggestion
    • top-K most used tags
    • if a tag is already set, propose other tags that co-occur

Use tags

Searching objects

  • on the load object menu, a user can make use of tags to find what he wants
    • on the search bar, by typing tag:something to show only the objects tagged with something
    • each row of the objects table display their associated tags (a la Github), allowing to click and filter on them

Sharing (?)

  • from the object management page, export all the dashboard(s)/visualization(s)/index pattern(s) associated with a tag(s)

Manage tags

  • a new editor for tags within the Management / Kibana page
  • Possible actions:
    • rename a tag
    • delete a tag
    • list all the objects associated with a tag
    • assign a tag to some objects found via a user's search (this would facilitate tags adoption for existing users who have Kibana instances with many objects)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment