HI ,
logstash version 9.0.1
The logstash is running fine however the pipelines are not loading getting [ERROR][logstash.config.sourceloader] No configuration found in the configured sources.
List of pipelines to be loaded by Logstash
pipeline.yml
-
pipeline.id: primary
path.config: "E:/config9/primary"
pipeline.workers: 4
#pipeline.batch.size: 1024
#queue.type: persisted -
pipeline.id: secondary
path.config: "E:/config9/secondary"
pipeline.workers: 2
#pipeline.batch.size: 2048
#queue.type: persisted
Logstash.yml
########################### Node Identity ###########################
node.name: logstash-test-node-1
path.data: E:\data\logstash9
path.logs: E:\logs\logstash9
config.reload.automatic: true
config.reload.interval: 60s
config.debug: true
api.enabled: true
api.http.host: "0.0.0.0"
api.http.port: 9600-9700
xpack.monitoring.enabled: false # Set to true if you want to use with Elasticsearch monitoring
log.level: trace