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

Cherry-pick to 7.x: Remove all docs about Beats central management (#26399) #26543

Merged
merged 1 commit into from
Jun 28, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion filebeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
:beat_default_index_prefix: {beatname_lc}
:beat_kib_app: {kib} Logs
:has_ml_jobs: yes
:has_central_config:
:has_solutions:
:ignores_max_retries:
:has_docker_label_ex:
Expand Down
14 changes: 0 additions & 14 deletions libbeat/docs/security/users.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -111,10 +111,6 @@ ifdef::apm-server[]
|Set up ingest pipelines
endif::apm-server[]

ifdef::has_central_config[]
|`beats_admin`
|Enroll and manage configurations in Beats central management
endif::has_central_config[]
|====
+
Omit any roles that aren't relevant in your environment.
Expand Down Expand Up @@ -316,10 +312,6 @@ endif::apm-server[]
{kib} users typically need to view dashboards and visualizations that contain
{beatname_uc} data. These users might also need to create and edit dashboards
and visualizations.
ifdef::has_central_config[]
If you're using Beats central management, some of these users might need to
create and manage configurations.
endif::has_central_config[]

To grant users the required privileges:

Expand Down Expand Up @@ -356,12 +348,6 @@ users who need to read {beatname_uc} data:
| `monitoring_user`
| Allow users to monitor the health of {beatname_uc} itself. Only assign this role to users who manage {beatname_uc}.

ifdef::has_central_config[]
|`beats_admin`
|Create and manage configurations in Beats central management. Only assign this
role to users who need to use Beats central management.
+
endif::[]
|====
endif::apm-server[]

Expand Down
5 changes: 5 additions & 0 deletions libbeat/docs/upgrading.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ we've provided a migration tool to help you migrate your configurations from
version 6.6 to 6.7 or later. For more information, see the
https://www.elastic.co/blog/beats-6-7-0-released[Beats 6.7.0 release blog].

NOTE: {beats} central management has been removed starting in version 7.14.0.
Looking for a replacement? Refer to the
{fleet-guide}/index.html[Fleet User Guide] to learn how to deploy and centrally
manage a single {agent} to monitor and secure each host.

==== Upgrade {beats} binaries to 7.0

Before upgrading:
Expand Down
1 change: 0 additions & 1 deletion metricbeat/docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]
:discuss_forum: beats/{beatname_lc}
:beat_default_index_prefix: {beatname_lc}
:beat_kib_app: {kib} Metrics
:has_central_config:
:has_solutions:
:has_docker_label_ex:
:has_modules_command:
Expand Down