Hi Jordi,
Thank you for the reply.
keyinventory is the pipeline name and given correct path of keyinventory.conf in the pipeline.yml.
removed :sql_last_start option in the query and restarted the logstash, below are the logstash log message .
[2020-01-27T07:16:18,884][INFO ][logstash.outputs.elasticsearch][keyinventory] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>["//localhost:9200"]}
[2020-01-27T07:16:18,941][INFO ][logstash.outputs.elasticsearch][keyinventory] Using default mapping template
[2020-01-27T07:16:18,980][INFO ][logstash.outputs.elasticsearch][keyinventory] Attempting to install template {:manage_template=>{"index_patterns"=>"logstash-", "version"=>60001, "settings"=>{"index.refresh_interval"=>"5s", "number_of_shards"=>1}, "mappings"=>{"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-01-27T07:16:19,056][WARN ][org.logstash.instrument.metrics.gauge.LazyDelegatingGauge][keyinventory] A gauge metric of an unknown type (org.jruby.specialized.RubyArrayOneObject) has been create for key: cluster_uuids. This may result in invalid serialization. It is recommended to log an issue to the responsible developer/development team.
[2020-01-27T07:16:19,059][INFO ][logstash.javapipeline ][keyinventory] Starting pipeline {:pipeline_id=>"keyinventory", "pipeline.workers"=>3, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50, "pipeline.max_inflight"=>375, :thread=>"#<Thread:0x47b4f5b9 run>"}
[2020-01-27T07:16:19,183][INFO ][logstash.javapipeline ][keyinventory] Pipeline started {"pipeline.id"=>"keyinventory"}
[2020-01-27T07:16:19,233][INFO ][logstash.agent ] Pipelines running {:count=>1, :running_pipelines=>[:keyinventory], :non_running_pipelines=>}
[2020-01-27T07:16:19,474][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
can you please check and give me suggestion..
Regards,
Uday.