feat: add Elasticsearch monitoring dashboard#232
Open
qiridigital wants to merge 1 commit intoSigNoz:mainfrom
Open
feat: add Elasticsearch monitoring dashboard#232qiridigital wants to merge 1 commit intoSigNoz:mainfrom
qiridigital wants to merge 1 commit intoSigNoz:mainfrom
Conversation
Add comprehensive Elasticsearch monitoring dashboard using OTel Elasticsearch receiver: - 5 sections: Node Metrics, Cluster Health, Index Metrics, Query/Request Metrics, Cache Metrics - 22 panels covering disk, CPU, JVM memory, cluster health, shards, query latency, cache stats - 3 variables: deployment.environment, elasticsearch.node.name, elasticsearch.cluster.name - README with OTel Collector configuration for Elasticsearch receiver Closes SigNoz/signoz#6010
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Elasticsearch Monitoring Dashboard
Adds a comprehensive Elasticsearch monitoring dashboard for SigNoz using the OTel Elasticsearch receiver.
Dashboard Structure
elasticsearch.node.fs.disk.*,elasticsearch.os.cpu.usage,jvm.memory.heap.*elasticsearch.cluster.health,elasticsearch.cluster.shards,elasticsearch.cluster.pending_taskselasticsearch.index.documents,elasticsearch.index.shards.size,elasticsearch.index.operations.*elasticsearch.node.operations.completed,elasticsearch.node.operations.timeelasticsearch.node.cache.evictions,elasticsearch.node.cache.count,elasticsearch.node.cache.memory.usageVariables
deployment.environment— Deployment environmentelasticsearch.node.name— Elasticsearch node nameelasticsearch.cluster.name— Elasticsearch cluster nameFiles
elasticsearch/elasticsearch-otel-v1.json— Dashboard JSON (132KB, 22 panels, 5 sections)elasticsearch/readme.md— Setup instructions with OTel Collector configReferences
Closes SigNoz/signoz#6010