node.name: Logstash-1
path.data: /var/lib/logstash
config.reload.automatic: true
config.reload.interval: 10s
# ------------ HTTP API Settings -------------
# Define settings related to the HTTP API here.
#
# The HTTP API is enabled by default. It can be disabled, but features that rely
# on it will not work as intended.
# http.enabled: true
#
# By default, the HTTP API is bound to only the host's local loopback interface,
# ensuring that it is not accessible to the rest of the network. Because the API
# includes neither authentication nor authorization and has not been hardened or
# tested for use as a publicly-reachable API, binding to publicly accessible IPs
# should be avoided where possible.
#
http.host: 172.16.49.201
#
# The HTTP API web server will listen on an available port from the given range.
# Values can be specified as a single port (e.g., `9600`), or an inclusive range
# of ports (e.g., `9600-9700`).
#
http.port: 9600-9700
# ------------ Metrics Settings --------------
#
# Bind address for the metrics REST endpoint
#
http.host: 172.16.49.201
#
# Bind port for the metrics REST endpoint, this option also accept a range
# (9600-9700) and logstash will pick up the first available ports.
http.port: 9600-9700
# ------------ X-Pack Settings (not applicable for OSS build)--------------
# X-Pack Monitoring
xpack.monitoring.enabled: true
xpack.monitoring.elasticsearch.username: logstash_system
xpack.monitoring.elasticsearch.password: <password>
xpack.monitoring.elasticsearch.hosts: ["https://<elastcsearch>9200"]
xpack.monitoring.elasticsearch.ssl.certificate_authority: /etc/logstash/certs/ca.crt
xpack.monitoring.elasticsearch.ssl.verification_mode: certificate
xpack.monitoring.elasticsearch.sniffing: false
xpack.monitoring.collection.interval: 10s
xpack.monitoring.collection.pipeline.details.enabled: true
# X-Pack Management
xpack.management.enabled: true
xpack.management.pipeline.id: ["FilebeatLogs", "PaloaltoLogs"]
xpack.management.elasticsearch.username: logstash_admin_user
xpack.management.elasticsearch.password: <password>
xpack.management.elasticsearch.hosts: ["https://<elastcsearch>9200"]
xpack.management.elasticsearch.ssl.certificate_authority: /etc/logstash/certs/ca.crt
xpack.management.elasticsearch.ssl.verification_mode: certificate
xpack.management.elasticsearch.sniffing: false
xpack.management.logstash.poll_interval: 5s
@chrisronline Thank You
Using " (https://localhost:5601**/app/monitoring#logstash/pipelines/) works where I'm able to access the pipeline.
May I know when we shall be getting the permanent patch on this issue? This is affecting our new production-deployment
Thank You @chrisronline for your timely response.
Can we please know when it'll be available for public-release?
If patch available publicly, What modules should we upgrade to resolve this issue ?
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant
logo are trademarks of the
Apache Software Foundation
in the United States and/or other countries.