mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
## Summary Add Elastic Agent as another way to collect monitoring data. This work is tracked by https://github.com/elastic/observability-docs/issues/2602. There will be additional PRs to address changes required to monitoring docs for other stack components. TBH, it pains me a bit to see how many places users need to go to find info about stack monitoring, but fixing that problem is not in scope for these updates unfortunately. :-/ Please respond to questions addressed to reviewers. ### Checklist Delete any items that are not applicable to this PR. - [x] Any text added follows [EUI's writing guidelines](https://elastic.github.io/eui/#/guidelines/writing), uses sentence case text and includes [i18n support](https://github.com/elastic/kibana/blob/main/packages/kbn-i18n/README.md) ### To Do before merging - [x] Remove questions to reviewers. --------- Co-authored-by: Kevin Lacabane <klacabane@gmail.com>
26 lines
1 KiB
Text
26 lines
1 KiB
Text
[role="xpack"]
|
|
[[configuring-monitoring]]
|
|
= Configure monitoring in {kib}
|
|
++++
|
|
<titleabbrev>Configure monitoring</titleabbrev>
|
|
++++
|
|
|
|
If you enable the {monitor-features} in your cluster, there are a few methods
|
|
available to collect metrics about {kib}:
|
|
|
|
* <<monitoring-elastic-agent,{agent} collection>>: Uses a single agent to gather
|
|
logs and metrics. Can be managed from a central location in {fleet}.
|
|
|
|
* <<monitoring-metricbeat,{metricbeat} collection>>: Uses a lightweight {beats}
|
|
shipper to gather metrics. May be preferred if you have an existing investment
|
|
in {beats} or are not yet ready to use {agent}.
|
|
|
|
* <<monitoring-kibana,Legacy collection>>: Uses internal collectors to gather
|
|
metrics. Not recommended. If you have previously configured legacy collection
|
|
methods, you should migrate to using {agent} or {metricbeat}.
|
|
|
|
You can also use {kib} to
|
|
<<monitoring-data,visualize monitoring data from across the {stack}>>.
|
|
|
|
To learn about monitoring in general, see
|
|
{ref}/monitor-elasticsearch-cluster.html[Monitor a cluster].
|