Elasticsearch

Elasticsearch data source provides a quick and flexible way to issue queries to one or more indexes in an Elasticsearch cluster

Create the Elasticsearch data source

The first step is to create the data source and provide the Elasticsearch cluster URL and optionally provide the basic auth login and password.

Writing queries

You can then proceed to the query editor and run the search query. The query uses JSON as passed to the Elasticsearch search API

Last updated