@darion
To query an Elasticsearch datasource in Grafana, follow these steps:
- Log in to Grafana and go to your dashboard. Click on "Add Panel" and select the "Query" option.
- In the Data Source dropdown menu, select Elasticsearch.
- Click on the "Select Measurement" dropdown menu and choose the Elasticsearch index you want to query.
- Specify the fields you want to query and set any other filters or aggregations as needed.
- Click on the "Run Query" button to see the results of your query.
- You can further customize your query by using Elasticsearch Query DSL or ElasticSearch SQL.
- Once you are satisfied with the query results, you can save your panel or dashboard for future reference.