I've use multipipile
path.config: "/etc/logstash/conf.d/arcsight.conf"
- pipeline.id: reglas
path.config: "/etc/logstash/conf.d/reglas.conf"
[2020-04-05T10:45:03,537][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"arcsight", "pipeline.workers"=>4, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
[2020-04-05T10:45:03,916][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"reglas", "pipeline.workers"=>4, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50}
[2020-04-05T10:45:04,511][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>, :added=>[http://localhost:9200/]}}
[2020-04-05T10:45:04,513][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>, :added=>[http://localhost:9200/]}}
[2020-04-05T10:45:04,898][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>"http://localhost:9200/"}
[2020-04-05T10:45:04,905][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>"http://localhost:9200/"}
[2020-04-05T10:45:05,019][INFO ][logstash.outputs.elasticsearch] ES Output version determined {:es_version=>6}
[2020-04-05T10:45:05,021][INFO ][logstash.outputs.elasticsearch] ES Output version determined {:es_version=>6}
[2020-04-05T10:45:05,022][WARN ][logstash.outputs.elasticsearch] Detected a 6.x and above cluster: the type
event field won't be used to determine the document _type {:es_version=>6}
[2020-04-05T10:45:05,034][WARN ][logstash.outputs.elasticsearch] Detected a 6.x and above cluster: the type
event field won't be used to determine the document _type {:es_version=>6}
[2020-04-05T10:45:05,096][INFO ][logstash.outputs.elasticsearch] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>["//localhost:9200"]}
[2020-04-05T10:45:05,097][INFO ][logstash.outputs.elasticsearch] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>["//localhost:9200"]}
[2020-04-05T10:45:05,128][INFO ][logstash.outputs.elasticsearch] Using default mapping template
[2020-04-05T10:45:05,143][INFO ][logstash.outputs.elasticsearch] Using default mapping template
[2020-04-05T10:45:05,182][INFO ][logstash.outputs.elasticsearch] Attempting to install template {:manage_template=>{"template"=>"logstash-", "version"=>60001, "settings"=>{"index.refresh_interval"=>"5s"}, "mappings"=>{"default"=>{"dynamic_templates"=>[{"message_field"=>{"path_match"=>"message", "match_mapping_type"=>"string", "mapping"=>{"type"=>"text", "norms"=>false}}}, {"string_fields"=>{"match"=>"", "match_mapping_type"=>"string", "mapping"=>{"type"=>"text", "norms"=>false, "fields"=>{"keyword"=>{"type"=>"keyword", "ignore_above"=>256}}}}}], "properties"=>{"@timestamp"=>{"type"=>"date"}, "@version"=>{"type"=>"keyword"}, "geoip"=>{"dynamic"=>true, "properties"=>{"ip"=>{"type"=>"ip"}, "location"=>{"type"=>"geo_point"}, "latitude"=>{"type"=>"half_float"}, "longitude"=>{"type"=>"half_float"}}}}}}}}
[2020-04-05T10:45:05,184][INFO ][logstash.outputs.elasticsearch] Attempting to install template {:manage_template=>{"template"=>"logstash-", "version"=>60001, "settings"=>{"index.refresh_interval"=>"5s"}, "mappings"=>{"default"=>{"dynamic_templates"=>[{"message_field"=>{"path_match"=>"message", "match_mapping_type"=>"string", "mapping"=>{"type"=>"text", "norms"=>false}}}, {"string_fields"=>{"match"=>"", "match_mapping_type"=>"string", "mapping"=>{"type"=>"text", "norms"=>false, "fields"=>{"keyword"=>{"type"=>"keyword", "ignore_above"=>256}}}}}], "properties"=>{"@timestamp"=>{"type"=>"date"}, "@version"=>{"type"=>"keyword"}, "geoip"=>{"dynamic"=>true, "properties"=>{"ip"=>{"type"=>"ip"}, "location"=>{"type"=>"geo_point"}, "latitude"=>{"type"=>"half_float"}, "longitude"=>{"type"=>"half_float"}}}}}}}}
[2020-04-05T10:45:05,519][INFO ][logstash.pipeline ] Pipeline started successfully {:pipeline_id=>"arcsight", :thread=>"#<Thread:0x39783ecf@/usr/share/logstash/logstash-core/lib/logstash/pipeline_action/create.rb:48 run>"}
[2020-04-05T10:45:05,521][INFO ][logstash.pipeline ] Pipeline started successfully {:pipeline_id=>"reglas", :thread=>"#<Thread:0x78940b9d run>"}
[2020-04-05T10:45:05,725][INFO ][logstash.agent ] Pipelines running {:count=>2, :running_pipelines=>[:arcsight, :reglas], :non_running_pipelines=>}
But the index related to reglas doesnt appear. do i miss sth?