Skip to content

Latest commit

 

History

History
16 lines (12 loc) · 677 Bytes

VerticalBarChartEx.md

File metadata and controls

16 lines (12 loc) · 677 Bytes

Vertical Bar Chart Exercise

  1. Access Kibana user interface with browser: http://ip-address:5601/
  2. On discover tab construct some search with results
  3. For the visualization, we will need numeric data type and some other field for aggregation
  4. Save the search definitions to reuse in the Visualization
  5. Switch to Visualize tab
  6. Select Vertical Chart Bar
  7. Select saved search or start over with a new search
  8. Add metrics or modify the default count metrics
  9. Select X-Axis and pick some field(s) for grouping
  10. Experiment with Split Bars and with Split Charts
  11. Save your definitions, we will need to come back to them later