0

We are using Elastic APM for monitoring our APIs. It shows queries status and useful information about the queries. I want to have the same information about the queries which are sent to Elasticsearch server.

I want to have information about queries, time, status code, etc. Is there any plugin in Elastic stack that I can use for this purpose?

Hossein
  • 65
  • 8

1 Answers1

0

For a high-level overview type of information, have a look at Elastic Stack Monitoring.

If you want to look at any monitoring in more detail, have a look at the monitoring APIs themselves.

If you want to log this sort of information, you should set thresholds for your Elasticsearch slow log.

If you want to index and then view data from the slow log, you can always use Filebeat to ingest that slow log data back into Elasticsearch.

Michael Place
  • 2,986
  • 1
  • 19
  • 18