Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[elasticsearch] Extension of the Elasticsearch integration with datastream-centric stats #11656

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

3kt
Copy link

@3kt 3kt commented Nov 7, 2024

Proposed commit message

This adds a couple new assets to the elasticsearch integration (which natively aims to monitor Elasticsearch clusters):

  • A transform job that pivots index stats (either provided by this same integration, or previously shipped with Metricbeat).
  • An ingest pipeline that cleans up the documents created by the transform job.
  • A dashboard consuming the resulting data to provide datastream and tier centric consumption information.

This aims to provide stack-native capabilities that are otherwise fulfilled through custom scripting (known as "consumption framework" within Elastic).

Checklist

  • I have reviewed tips for building integrations and this pull request is aligned with them.
  • I have verified that all data streams collect metrics or logs.
  • I have added an entry to my package's changelog.yml file.
  • I have verified that Kibana version constraints are current according to guidelines.
  • I have verified that any added dashboard complies with Kibana's Dashboard good practices

Author's Checklist

  • [ ]

How to test this PR locally

Related issues

Requires multiple dependencies:

Screenshots

@3kt 3kt added the enhancement New feature or request label Nov 7, 2024
@elasticmachine
Copy link

elasticmachine commented Nov 7, 2024

💔 Build Failed

Failed CI Steps

History

@andrewkroh andrewkroh added dashboard Relates to a Kibana dashboard bug, enhancement, or modification. Integration:elasticsearch Elasticsearch labels Nov 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dashboard Relates to a Kibana dashboard bug, enhancement, or modification. enhancement New feature or request Integration:elasticsearch Elasticsearch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants