ES 5 Setup

Hi,
We are planning on using ElasticSearch for our catalog search and wondering how to start getting data into ES.
Our catalog updates are sitting in kafka topic and we want to get that into ES.

Also how can I specify what settings and mappings should be applied to each index?

Have you had a look at our website? We have a variety of getting started materials, including some videos.

You may want to have a look at this Elasticsearch getting started webinar for the basics of how to download/install/interact with Elasticsearch (including a test bed in the Dev Tools)

We also have a book, called the Definitive Guide that while was last substantially updated for 2.x, is largely applicable still for 5.x. In particular, you may be interested in the mappings section.

Then, once you've got a little handle of Elasticsearch, I'd say you may want to check out this Logstash getting started webinar, since Logstash has a Kafka input where you can configure topics to pull from.

We also have a two part blog series on using Kafka with the Elastic Stack that may be of interest to you.

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