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

Include all the metricsets to Metricbeat collected monitoring data #7277

Closed
fdartayre opened this issue Oct 31, 2023 · 2 comments · Fixed by #8048
Closed

Include all the metricsets to Metricbeat collected monitoring data #7277

fdartayre opened this issue Oct 31, 2023 · 2 comments · Fixed by #8048
Assignees
Labels
>enhancement Enhancement of existing functionality v2.15.0

Comments

@fdartayre
Copy link

fdartayre commented Oct 31, 2023

When shipping metrics with Stack monitoring, include all the metricsets in the Elasticsearch module of Metricbeat.

Today only a subset is configured. As a result, the ingest pipelines view in Stack monitoring is empty for example.

@fdartayre fdartayre added the >enhancement Enhancement of existing functionality label Oct 31, 2023
@pebrc
Copy link
Collaborator

pebrc commented Oct 31, 2023

We need to make this version specific as this metricset seems to exist only since 8.7

@gui-elastic
Copy link
Member

Hello,

I have a question. Should this be considered a bug or an enhancement request? I am asking that because this problem really impacts any attempt to monitor Ingest Pipeline if you use an ECK cluster monitored using the ECK Stack Monitoring.

The workaround I found for this situation was to configure custom args for the Metricbeat container by following the steps described here.

The final workaround would be as in the example below:

    podTemplate:
      spec:
        containers:
        - name: metricbeat
          args: 
          - "-c"
          - "/etc/metricbeat-config/metricbeat.yml"
          - "-E" 
          - "metricbeat.modules=[{module: elasticsearch, metricsets: ['node', 'node_stats', 'ccr', 'cluster_stats', 'enrich', 'index', 'index_recovery', 'index_summary', 'ml_job', 'shard', 'ingest_pipeline']}]"
          - "-e"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
>enhancement Enhancement of existing functionality v2.15.0
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants