Thanks Christian,
I tried this. But, as I understand things, ignore_older => 0 tells logstash to look at all of the log data, even if from quite some time in the past (as it is with the log in question).
Here's the /var/log/logstash/logstash-plain.log file:
**stretch@stretch** : **/usr/share/logstash** $ more /var/log/logstash/logstash-plain.log
[2018-10-03T13:12:02,247][INFO ][logstash.setting.writabledirectory] Creating directory {:setting=>"path.queue", :path=>"/var/lib/logstash/queu
e"}
[2018-10-03T13:12:02,263][INFO ][logstash.setting.writabledirectory] Creating directory {:setting=>"path.dead_letter_queue", :path=>"/var/lib/l
ogstash/dead_letter_queue"}
[2018-10-03T13:12:02,948][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options a
re specified
[2018-10-03T13:12:03,016][INFO ][logstash.agent ] No persistent UUID file found. Generating new UUID {:uuid=>"f3febfd1-58fa-411a-860e
-fabb85233625", :path=>"/var/lib/logstash/uuid"}
[2018-10-03T13:12:04,106][INFO ][logstash.runner ] Starting Logstash {"logstash.version"=>"6.4.1"}
[2018-10-03T13:12:10,171][INFO ][logstash.pipeline ] Starting pipeline {:pipeline_id=>"main", "pipeline.workers"=>1, "pipeline.batch.siz
e"=>125, "pipeline.batch.delay"=>50}
[2018-10-03T13:12:10,908][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://loca
lhost:9200/]}}
[2018-10-03T13:12:10,925][INFO ][logstash.outputs.elasticsearch] Running health check to see if an Elasticsearch connection is working {:health
check_url=>http://localhost:9200/, :path=>"/"}
[2018-10-03T13:12:11,255][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>"http://localhost:9200/"}
[2018-10-03T13:12:11,355][INFO ][logstash.outputs.elasticsearch] ES Output version determined {:es_version=>6}
[2018-10-03T13:12:11,371][WARN ][logstash.outputs.elasticsearch] Detected a 6.x and above cluster: the `type` event field won't be used to dete
rmine the document _type {:es_version=>6}
[2018-10-03T13:12:11,416][INFO ][logstash.outputs.elasticsearch] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>
["//localhost:9200"]}
[2018-10-03T13:12:11,452][INFO ][logstash.outputs.elasticsearch] Using mapping template from {:path=>nil}
[2018-10-03T13:12:11,498][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_typ
e"=>"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"=>{"t
ype"=>"geo_point"}, "latitude"=>{"type"=>"half_float"}, "longitude"=>{"type"=>"half_float"}}}}}}}}
[2018-10-03T13:12:12,183][INFO ][logstash.pipeline ] Pipeline started successfully {:pipeline_id=>"main", :thread=>"#<Thread:0x77c87f1e
run>"}
[2018-10-03T13:12:12,316][INFO ][logstash.agent ] Pipelines running {:count=>1, :running_pipelines=>[:main], :non_running_pipelines=>
[]}
[2018-10-03T13:12:12,342][INFO ][filewatch.observingtail ] START, creating Discoverer, Watch with file and sincedb collections
[2018-10-03T13:12:12,943][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
[2018-10-03T13:14:33,260][WARN ][logstash.runner ] SIGINT received. Shutting down.
[2018-10-03T13:14:33,479][INFO ][filewatch.observingtail ] QUIT - closing all files and shutting down.
[2018-10-03T13:14:33,794][FATAL][logstash.runner ] SIGINT received. Terminating immediately..
[2018-10-03T13:14:33,929][ERROR][org.logstash.Logstash ] org.jruby.exceptions.ThreadKill
[2018-10-03T13:15:20,304][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options a
re specified
[2018-10-03T13:15:26,277][INFO ][logstash.runner ] Using config.test_and_exit mode. Config Validation Result: OK. Exiting Logstash
[2018-10-03T13:47:27,977][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because modules or command line options a
re specified
[2018-10-03T13:47:33,707][INFO ][logstash.runner ] Using config.test_and_exit mode. Config Validation Result: OK. Exiting Logstash