How to display data directly in Kibana Visualize?

Apologize for my beginner question.

Kibana Visualize is based on aggregations, however I want to display directly my data, not their average/sum/max/min etc, how can i do this?

Thanks!

This is a common question, but we don't have an answer in an easily searched place. Here's what I would suggest:

  • You can use Discover to see individual documents, but this is different from a dashboard
  • In some visualizations you can use the Top Hits aggregation to get sample matching documents
  • The Vega visualization type is our most flexible type, and can show up to 10k individual documents:
  • The Canvas tool lets you build a custom dashboard with SQL queries
1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.