* Disabling some of metricsets may cause dashboards partially display some metrics. This change recommends collecting metricsets to fully visualize metrics on dashboards.
* Paraphrasing sentences and grammar correction.
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
* Update docs/reference/serverless-monitoring-with-elastic-agent.md
* Make recommendation as a tip.
---------
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
(cherry picked from commit b9bac5dfc6)
Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
* Fix standalone agent access for agent-driven monitoring
Change incorrect dedicated instructions, and base them on those from running Elastic Agent
in standalone mode.
---------
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
(cherry picked from commit 5a052b33f9)
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
* Remove tech preview from agent driven LS monitoring pages.
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
(cherry picked from commit ae3b3ed17c)
Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
Replace removed Elasticsearch output SSL settings with the latest values
(cherry picked from commit f705a9de48)
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
* Update release notes for 9.0.0
* First clean up: non end user related changes.
* Start cleanup of generated content
* Humanize github commit notes.
* Remove same items shipped in 8.x, simplify SSL removed settings.
* Categorize breaking change section and standardize the notes.
* Move base image change to breaking change section, plugin releases included in 8.x removed.
* Remove Elastic_enterprise_search plugin change.
* Make a single simple line if posssible.
* Update docs/static/releasenotes.asciidoc
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
* Move avoiding JSON log collision to breaking change section.
* Apply suggestions from code review
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
---------
Co-authored-by: logstashmachine <43502315+logstashmachine@users.noreply.github.com>
Co-authored-by: Mashhur <mashhur.sattorov@elastic.co>
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
Co-authored-by: Mashhur <99575341+mashhurs@users.noreply.github.com>
Co-authored-by: Rob Bavey <rob.bavey@elastic.co>
* Add a new pattern %{{TIME_NOW}} to `event.sprintf` to generate a fresh timestamp.
The timestamp is represented as a string in the default ISO 8601 format
For example,
```
input {
heartbeat {
add_field => { "heartbeat_time" => "%{{TIME_NOW}}" }
}
}
```
* Doc: Environment variables cannot be in config.string comments due to substitution logic.
* Apply suggestions from code review
Suggestion to revise the statements.
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
Make sentences present tense.
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
---------
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
Introduce a new flag setting `xpack.monitoring.allow_legacy_collection` which eventually enable the legacy monitoring collector.
Update the method to test if monitoring is enabled so that consider also `xpack.monitoring.allow_legacy_collection` to determine if `monitoring.*` settings are valid or not.
By default it's false, the user has to intentionally enable it to continue to use the legacy monitoring settings.
---------
Co-authored-by: kaisecheng <69120390+kaisecheng@users.noreply.github.com>
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>
Switch the default value of `pipeline.buffer.type` to use the heap memory instead of direct one.
Change the default value of the setting `pipeline.buffer.type` from direct to heap and update consequently the documentation.
Co-authored-by: João Duarte <jsvd@users.noreply.github.com>
Co-authored-by: Karen Metts <35154725+karenzone@users.noreply.github.com>