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

Metricbeat complains about lack of platinum license on standard install #41953

Open
piotrp opened this issue Dec 9, 2024 · 2 comments
Open
Labels
needs_team Indicates that the issue/PR needs a Team:* label

Comments

@piotrp
Copy link

piotrp commented Dec 9, 2024

When xpack.enabled: true is used with the Elasticsearch module on a non-platinum cluster I get the message about ccr metricset, repeated every minute:

the CCR feature is available with a platinum or enterprise Elasticsearch license. You currently have a basic license. Either upgrade your license or remove the ccr metricset from your Elasticsearch module configuration.

I didn't have any metricsets manually configured, so I followed this advice and listed all of them execept for ccr, and I still got this warning.

Metricbeat 8.16.1, installed from official deb repository.

Configuration:

name: "nodename"

metricbeat.modules:
  - module: system
    enabled: false
  - module: elasticsearch
    xpack.enabled: true
    period: 10s
    hosts:
      - "http://127.0.0.1:9200"

output.elasticsearch:
    hosts: [ "http://127.0.0.1:9200" ]

There was a previous issue (#24059) that got closed without any solution, so feel free to reopen it and close mine.

@botelastic botelastic bot added the needs_team Indicates that the issue/PR needs a Team:* label label Dec 9, 2024
@botelastic
Copy link

botelastic bot commented Dec 9, 2024

This issue doesn't have a Team:<team> label.

@PrplHaz4
Copy link

PrplHaz4 commented Jan 1, 2025

I'm running down the same path of troubleshooting this message. It's important to note that the current documentation states:

The elasticsearch module can be used to collect metrics shown in our Stack Monitoring UI in Kibana. To enable this usage, set xpack.enabled: true and remove any metricsets from the module’s configuration. Alternatively, run metricbeat modules disable elasticsearch and metricbeat modules enable elasticsearch-xpack.

Adding scope: node also does not resolve this message.

Per the text above, it sounds like removing xpack and adding individual metricsets (excluding ccr) should resolve the message, but I'm not sure it will continue to recognize them as the legacy fields, and am unsure of any other side effects that may have.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs_team Indicates that the issue/PR needs a Team:* label
Projects
None yet
Development

No branches or pull requests

2 participants