Since updating my system (centos 6.5), logstash and elasticsearch, there has been no input from logstash. The files are in the correct directory (it's an NTFS share with a windows server) and everyone has read access on the files. The only thing that's changed on the system is the logstash and elasticsearch version (this was working perfectly before updating). At this point every link on google is purple and i've completely run out of ideas.
My Config
file{
path => ["/home/User/Desktop/Windows-Logs/u_ex1605*.log"] #if i type vi /*this file*/ then it opens fine.
start_position => "beginning"
tags => ["iis-access", "local-file","iislog", "may"]
ignore_older => 0
#sincedb_path => "/dev/null"
codec => "plain"
}
The logstash log - removed some parts due to size
2017-02-14T07:57:39,431][DEBUG][logstash.outputs.elasticsearch] config LogStash::Outputs::ElasticSearch/@absolute_healthcheck_path = false
[2017-02-14T07:57:39,431][DEBUG][logstash.outputs.elasticsearch] config LogStash::Outputs::ElasticSearch/@resurrect_delay = 5
[2017-02-14T07:57:39,431][DEBUG][logstash.outputs.elasticsearch] config LogStash::Outputs::ElasticSearch/@validate_after_inactivity = 10000
[2017-02-14T07:57:39,437][DEBUG][logstash.agent ] starting agent
[2017-02-14T07:57:39,439][DEBUG][logstash.agent ] starting pipeline {:id=>"main"}
[2017-02-14T07:57:39,602][TRACE][logstash.inputs.file ] Registering file input {:path=>["/home/search_op/Desktop/Windows-Logs/u_ex1605*.log"]}
[2017-02-14T07:57:51,672][DEBUG][logstash.outputs.elasticsearch] Normalizing http path {:path=>nil, :normalized=>nil}
[2017-02-14T07:57:51,680][DEBUG][logstash.inputs.file ] _globbed_files: /home/search_op/Desktop/Windows-Logs/u_ex1605*.log: glob is: []
[2017-02-14T07:57:51,979][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://localhost:9200/]}}
[2017-02-14T07:57:51,980][INFO ][logstash.outputs.elasticsearch] Running health check to see if an Elasticsearch connection is working {:healthcheck_url=>http://localhost:9200/, :path=>"/"}
[2017-02-14T07:57:52,076][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>#<URI::HTTP:0x18cf3a34 URL:http://localhost:9200/>}
[2017-02-14T07:57:52,077][INFO ][logstash.outputs.elasticsearch] Using mapping template from {:path=>nil}
[2017-02-14T07:57:52,124][INFO ][logstash.outputs.elasticsearch] Attempting to install template {:manage_template=>{"template"=>"logstash-*", "version"=>50001, "settings"=>{"index.refresh_interval"=>"5s"}, "mappings"=>{"_default_"=>{"_all"=>{"enabled"=>true, "norms"=>false}, "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"}}}}}], "properties"=>{"@timestamp"=>{"type"=>"date", "include_in_all"=>false}, "@version"=>{"type"=>"keyword", "include_in_all"=>false}, "geoip"=>{"dynamic"=>true, "properties"=>{"ip"=>{"type"=>"ip"}, "location"=>{"type"=>"geo_point"}, "latitude"=>{"type"=>"half_float"}, "longitude"=>{"type"=>"half_float"}}}}}}}}
[2017-02-14T07:57:52,128][DEBUG][logstash.outputs.elasticsearch] Found existing Elasticsearch template. Skipping template management {:name=>"logstash"}
[2017-02-14T07:57:52,128][INFO ][logstash.outputs.elasticsearch] New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>[#<URI::Generic:0x5d81cfcd URL://localhost>]}
[2017-02-14T07:57:52,129][DEBUG][logstash.outputs.elasticsearch] Normalizing http path {:path=>nil, :normalized=>nil}
[2017-02-14T07:57:52,137][INFO ][logstash.outputs.elasticsearch] Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://localhost:9200/]}}
[2017-02-14T07:57:52,137][INFO ][logstash.outputs.elasticsearch] Running health check to see if an Elasticsearch connection is working {:healthcheck_url=>http://localhost:9200/, :path=>"/"}
[2017-02-14T07:57:52,141][WARN ][logstash.outputs.elasticsearch] Restored connection to ES instance {:url=>#<URI::HTTP:0x57893aa2 URL:http://localhost:9200/>}
[2017-02-14T07:57:52,142][INFO ][logstash.outputs.elasticsearch] Using mapping template from {:path=>nil}
[2017-02-14T07:57:52,149][INFO ][logstash.outputs.elasticsearch] Attempting to install template {:manage_template=>{"template"=>"logstash-*", "version"=>50001, "settings"=>{"index.refresh_interval"=>"5s"}, "mappings"=>{"_default_"=>{"_all"=>{"enabled"=>true, "norms"=>false}, "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"}}}}}], "properties"=>{"@timestamp"=>{"type"=>"date", "include_in_all"=>false}, "@version"=>{"type"=>"keyword", "include_in_all"=>false}, "geoip"=>{"dynamic"=>true, "properties"=>{"ip"=>{"type"=>"ip"}, "location"=>{"type"=>"geo_point"}, "latitude"=>{"type"=>"half_float"}, "longitude"=>{"type"=>"half_float"}}}}}}}}
[2017-02-14T07:57:52,153][DEBUG][logstash.outputs.elasticsearch] Found existing Elasticsearch template. Skipping template management {:name=>"logstash"}
[2017-02-13T15:53:37,156][INFO ][logstash.pipeline ] Starting pipeline {"id"=>"main", "pipeline.workers"=>8, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>5, "pipeline.max_inflight"=>1000}
[2017-02-13T15:53:37,164][INFO ][logstash.pipeline ] Pipeline main started
[2017-02-13T15:53:37,171][DEBUG][logstash.agent ] Starting puma
[2017-02-13T15:53:37,173][DEBUG][logstash.agent ] Trying to start WebServer {:port=>9600}
[2017-02-13T15:53:37,173][DEBUG][logstash.api.service ] [api-service] start
[2017-02-13T15:53:37,199][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600}
[2017-02-13T15:53:42,165][DEBUG][logstash.pipeline ] Pushing flush onto pipeline
[2017-02-13T15:53:47,166][DEBUG][logstash.pipeline ] Pushing flush onto pipeline
[2017-02-13T15:53:50,520][DEBUG][logstash.inputs.file ] _globbed_files: /home/search_op/Desktop/Windows-Logs/u_ex1605*.log: glob is: []
[2017-02-13T15:53:52,168][DEBUG][logstash.pipeline ] Pushing flush onto pipeline
[2017-02-13T15:53:57,169][DEBUG][logstash.pipeline ] Pushing flush onto pipeline
[2017-02-13T15:54:02,169][DEBUG][logstash.pipeline ] Pushing flush onto pipeline