Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 762 Bytes

Hands_on_Kibana.md

File metadata and controls

33 lines (20 loc) · 762 Bytes

Install Kibana

https://www.elastic.co/guide/en/kibana/current/console-kibana.html

PUT my_index/_doc/1
{
  "first_name": "John",
  "last_name": "Doe",
  "full_name": "John Joe Doe"
}
  • Using the CRUD table make a:

    • Search for all documents
    • Update the first_name to “John Joe”
  • Make an index pattern of the "my_index" and search in it using the Discover

https://www.elastic.co/guide/en/kibana/current/tutorial-define-index.html