mirror of
https://github.com/elastic/logstash.git
synced 2025-04-24 14:47:19 -04:00
parent
9361638b27
commit
239e9b0c32
5 changed files with 11 additions and 11 deletions
|
@ -35,7 +35,7 @@ the `logstash_admin` role to any users who will use centralized pipeline
|
|||
management. See <<ls-security>>.
|
||||
|
||||
NOTE: Centralized management is disabled until you configure and enable
|
||||
{security}.
|
||||
{security-features}.
|
||||
|
||||
IMPORTANT: After you've configured Logstash to use centralized pipeline
|
||||
management, you can no longer specify local pipeline configurations. This means
|
||||
|
|
|
@ -58,8 +58,8 @@ production cluster. If that setting is `false`, the collection of monitoring dat
|
|||
is disabled in {es} and data is ignored from all other sources.
|
||||
|
||||
. Configure your Logstash nodes to send metrics by setting the
|
||||
`xpack.monitoring.elasticsearch.hosts` in `logstash.yml`. If {security} is
|
||||
enabled, you also need to specify the credentials for the
|
||||
`xpack.monitoring.elasticsearch.hosts` in `logstash.yml`. If {security-features}
|
||||
are enabled, you also need to specify the credentials for the
|
||||
{ref}/built-in-users.html[built-in `logstash_system` user]. For more
|
||||
information about these settings, see <<monitoring-settings>>.
|
||||
+
|
||||
|
@ -76,8 +76,8 @@ connect through HTTPS. As of v5.2.1, you can specify multiple
|
|||
Elasticsearch hosts as an array as well as specifying a single
|
||||
host as a string. If multiple URLs are specified, Logstash
|
||||
can round-robin requests to these production nodes.
|
||||
<2> If {security} is disabled on the production cluster, you can omit these
|
||||
`username` and `password` settings.
|
||||
<2> If {security-features} are disabled on the production cluster, you can omit
|
||||
these `username` and `password` settings.
|
||||
--
|
||||
|
||||
. If SSL/TLS is enabled on the production {es} cluster, specify the trusted
|
||||
|
|
|
@ -32,8 +32,8 @@ All data produced by {monitoring} for Logstash is indexed in the monitoring
|
|||
cluster by using the `.monitoring-logstash` template, which is managed by the
|
||||
{ref}/es-monitoring-exporters.html[exporters] within {es}.
|
||||
|
||||
If you are working with a cluster that has {security} enabled, extra steps are
|
||||
necessary to properly configure Logstash. For more information, see
|
||||
If you are working with a cluster that has {security-features} enabled, extra
|
||||
steps are necessary to properly configure Logstash. For more information, see
|
||||
<<configuring-logstash>>.
|
||||
|
||||
IMPORTANT: When discussing security relative to the `elasticsearch` output, it
|
||||
|
|
4
docs/static/security/logstash.asciidoc
vendored
4
docs/static/security/logstash.asciidoc
vendored
|
@ -3,7 +3,7 @@
|
|||
=== Configuring Security in Logstash
|
||||
[subs="attributes"]
|
||||
++++
|
||||
<titleabbrev>{security}</titleabbrev>
|
||||
<titleabbrev>Configuring Security</titleabbrev>
|
||||
++++
|
||||
|
||||
The Logstash {es} plugins ({logstash-ref}/plugins-outputs-elasticsearch.html[output],
|
||||
|
@ -203,7 +203,7 @@ If you plan to ship Logstash {logstash-ref}/monitoring-logstash.html[monitoring]
|
|||
data to a secure cluster, you need to configure the username and password that
|
||||
Logstash uses to authenticate for shipping monitoring data.
|
||||
|
||||
{security} comes preconfigured with a
|
||||
The {security-features} come preconfigured with a
|
||||
{ref}/built-in-users.html[`logstash_system` built-in user]
|
||||
for this purpose. This user has the minimum permissions necessary for the
|
||||
monitoring function, and _should not_ be used for any other purpose - it is
|
||||
|
|
4
docs/static/troubleshooting.asciidoc
vendored
4
docs/static/troubleshooting.asciidoc
vendored
|
@ -114,8 +114,8 @@ that the bulk failed because the ingest queue is full. Logstash will retry sendi
|
|||
|
||||
Check {es} to see if it needs attention.
|
||||
|
||||
* {ref}/cluster-stats.html
|
||||
* {ref}/es-monitoring.html
|
||||
* {ref}/cluster-stats.html[cluster stats API]
|
||||
* {ref}/monitor-elasticsearch-cluster.html[Monitor a cluster]
|
||||
|
||||
*Sample error*
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue