- 🇨🇦Canada mparker17 UTC-4
It looks like the index statistics API still exists in Elasticsearch 8/9, so I think this issue is still relevant. I'm going to move it into the 8.0.x branch and update the issue summary a bit.
Elasticsearch provides an Index Statistics API to expose some low-level information about the index (e.g.: the number of documents, index size, number of shards, number of items, time spent indexing, number of search queries, number of merges, number of segments, operations in the transaction log, etc.).
This data could be useful for debugging performance issues, among other things.
Add a report page/pages to display the index statistics.
To be determined.
To be determined.
To be determined.
Building the report pages based on the statistics collected for the search.
See comment of issue:
#2314491-4: Unable to enable logging →
Active
8.0
Elasticsearch Connector Search API
It looks like the index statistics API still exists in Elasticsearch 8/9, so I think this issue is still relevant. I'm going to move it into the 8.0.x branch and update the issue summary a bit.