Ubuntu 18.02 version x-pack support?

Hello
We are installing Elastic in Ubuntu 18.04
Does this version support X-pack Monitoring features?

It will be displayed as below.

We couldn't activate monitoring
Here might be some things to check

No Monitoring data could be found for the selected time period, but we could not find the cluster setting that makes the data unavailable.

There may be data available for a different time period than we have selected. Try adjusting the time filter controls to a time range where the Monitoring data is expected.

We are refreshing the search for data in the background. If cluster data is found, we will redirect to the cluster overview page.

It's not really clear what you are asking here sorry.

1 Like

Sorry, I've edit it.

What version did you install?

installed 6.3 version

X-Pack monitoring is available free of charge in 6.3

You may need to enable it by adding

xpack.monitoring.enabled: true

to your elasticsearch.yml file.

You can check whether any monitoring data is being collected by querying:

curl 'http://localhost:9200/.monitoring-es-6-*/_count'

That will tell you the total number of monitoring events that have been recorded in your system.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.