Kibana --> Getting Started -->Building your own dashboard

https://www.elastic.co/guide/en/kibana/6.6/tutorial-build-dashboard.html

Building your own dashboard

Ready to load some data and build a dashboard? This tutorial shows you how to:

  • Load a data set into Elasticsearch
  • Define an index pattern
  • Discover and explore the data
  • Visualize the data
  • Add visualizations to a dashboard
  • Inspect the data behind a visualization 

Loading sample data

This tutorial requires three data sets:

  • The complete works of William Shakespeare, suitably parsed into fields. Download shakespeare.json.
  • A set of fictitious accounts with randomly generated data. Download accounts.zip.
  • A set of randomly generated log files. Download logs.jsonl.gz.

Two of the data sets are compressed. To extract the files, use these commands:

 

上一篇:MVC5与EF6结合教程(10):处理并发


下一篇:Getting Visual Studio version of a Solution file