From where should i start elastic search, I am beginner for Elastic search?

From where should I start the elastic search, I am a beginner for Elastic search?
Please, anyone, suggest to me.

Welcome to Elastic Stack.

My suggestions assuming you are looking into queries/searches within elasticSEarch (and NOT the devops side of things)

  • Watch youtube videos of elastic search queries
  • Go to the development console and try out inserting data and search. http://<yourhost>:5601/app/kibana#/dev_tools/console
  • Learn about the components ElasticSearch, Logstash, Kibana
  • Example queries and payload to test in your console
  • If you are familiar with SQL, then this link is a great one with DEMO too
  • Create dashboards in Kibana and try out
  • Install filebeat to collect data and send it to ElasticSearch
  • Install filebeat, send it to logstash, transform data and send it to ElasticSearch

This is a huge wide world and you can learn bit by bit

1 Like

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