Commit Graph

29 Commits

Author SHA1 Message Date
James Rodewig fe2990829a
Update setting deprecation messages to remove major release references (#83528)
Updates our setting deprecation messages to avoid references to future major releases.
2022-02-04 13:53:20 -05:00
James Rodewig f56a0f4b66
[DOCS] Remove `testenv` annotations from doc snippet tests (#80023)
Removes `testenv` annotations and related code. These annotations originally let you skip x-pack snippet tests in the docs. However, that's no longer possible.

Relates to #79309, #31619
2021-11-05 18:38:50 -04:00
James Baiera 12d10b07d7
Deprecate Monitoring Settings (#79499)
This PR deprecates all monitoring settings as well as adds deprecation info entries for each setting.

Collecting and shipping monitoring data using the Monitoring plugin will be deprecated in 7.16 and will be removed at some point in the 8.x line after sufficient wait time. The recommended approach for collecting and shipping monitoring data going forward is to use Metricbeat. The recommended approach for alerting is Kibana alerting.
2021-10-20 01:15:44 -04:00
Gao Ruifeng 4c67195d44
update monitoring cluster node name (#74500)
`es-mon2` -> `es-mon-2`
2021-06-28 09:30:55 -04:00
David Turner f3792169b8
Recommend cluster scope for Metricbeat (#70865)
Today we mention Metricbeat's `scope` parameter but offer no guidance
about how it should be used. This commit adds guidance to use `scope:
cluster`, especially on clusters with dedicated master-eligible nodes.
2021-05-10 14:16:46 +01:00
James Rodewig 693807a6d3
[DOCS] Fix double spaces (#71082) 2021-03-31 09:57:47 -04:00
James Rodewig 9b88ae92e6
[DOCS] Fix typos for duplicate words (#69125) 2021-02-17 10:34:20 -05:00
Lisa Cawley b3dcaa971c
[DOCS] Clarify elasticsearch module for Stack monitoring (#64497) 2021-01-19 16:14:46 -08:00
Jacob Ouellette 25cdb2f09a
[DOCS] Remove duplicate xpack.enabled setting in example (#66897) 2021-01-05 09:59:06 -05:00
Jay Greenberg 16019a7b55 [DOCS] Add monitoring note (#61793) 2020-10-16 13:56:54 -07:00
Leaf-Lin acfdbb4c98 [DOCS] Update configuring-metricbeat.asciidoc (#60857)
Co-authored-by: Lisa Cawley <lcawley@elastic.co>
2020-08-17 10:25:53 -07:00
Lisa Cawley 5e28513bee
[DOCS] Adds scope to monitoring (#57852) 2020-08-04 09:01:21 -07:00
DeDe Morton b5e374d958
[DOCS] Change Beats links to refactored getting started docs (#58790) 2020-07-02 17:10:09 -07:00
James Baiera b97c216729
Add enrich metricset from 7.5 (#54791) (#55357)
Co-authored-by: Julien Guay <guay_j@yahoo.fr>
2020-04-21 12:39:15 -04:00
Lisa Cawley 4e4990c6a0
[DOCS] Cleans up links to security content (#47610) 2019-10-04 16:10:26 -07:00
Lisa Cawley a2e7dabc23
[DOCS] Merge monitoring sections in Elasticsearch book (#46885) 2019-09-24 10:35:06 -07:00
James Rodewig 5c78f606c2
[DOCS] Change // CONSOLE comments to [source,console] (#46440) 2019-09-09 10:45:37 -04:00
Shaunak Kashyap aecb7ae9fe
Metricbeat monitoring Elasticsearch: Reorder/remove steps (#42917) 2019-06-11 16:35:43 -07:00
Lisa Cawley 3112150744
[DOCS] Disable Metricbeat system module (#42601) 2019-05-30 12:12:37 -07:00
lcawl e78dd4013c [DOCS] Adds more monitoring tagged regions 2019-05-29 11:01:46 -07:00
Lisa Cawley 905902c325
[DOCS] Reorg monitoring configuration for re-use (#42547) 2019-05-28 09:04:02 -07:00
James Rodewig ba6135f0c7
[DOCS] Allow attribute substitution in titleabbrevs for Asciidoctor migration (#41574)
* [DOCS] Replace attributes in titleabbrevs for Asciidoctor migration

* [DOCS] Add [subs="attributes"] so attributes render in Asciidoctor

* Revert "[DOCS] Replace attributes in titleabbrevs for Asciidoctor migration"

This reverts commit 98f130257a.

* [DOCS] Fix merge conflict
2019-04-30 13:46:13 -04:00
Shaunak Kashyap 608a39acd8
Docs: Simplifying setup by using module configuration variant syntax (#40879)
Now that https://github.com/elastic/beats/pull/9118 is merged, starting 7.1 users will be able configure Metricbeat for monitoring Elasticsearch nodes using a simpler syntax.

Previously, users would have to run `metricbeat modules enable elasticsearch` to enable the `elasticsearch` Metricbeat module, then configure the module for Stack Monitoring by manually editing `modules.d/elasticsearch.yml`. Going forward, users will be able to achieve the same effect by running `metricbeat modules enable elasticsearch-xpack`.

This PR updates the docs with this change.

Related: https://github.com/elastic/kibana/pull/34599
2019-04-08 09:09:19 -07:00
Lisa Cawley 33cac52b2c
[DOCS] Remove beta tag from metricbeat monitoring (#37791) 2019-01-24 09:14:08 -08:00
Lisa Cawley 4103d3b9ec
[DOCS] Adds monitoring requirement for ingest node (#36665) 2018-12-17 08:18:11 -08:00
Lisa Cawley 906421cdad
[DOCS] Adds higher-level monitoring configuration page (#35926) 2018-11-28 12:36:29 -08:00
Lisa Cawley c88b2d7e5a
[DOCS] Cleans up monitoring configuration steps (#35111) 2018-11-08 13:53:09 -08:00
lcawl f97c9b6af2 [DOCS] Fixes location of beta markup 2018-11-01 14:27:49 -07:00
Lisa Cawley 312df5546c
[DOCS] Updates Elasticsearch monitoring tasks (#34339) 2018-10-25 10:32:50 -07:00