Hi,
I changed as per instructions ,but still I get the _dataparsing error ,when I see the console logs I don't find anything
C:\Users\pramanick\Desktop\Projects\Accelarators\ES\logstash-5.3.0\logstash-5.3.0\bin>logstash -f C:\Users\pramanick\Desktop\Projects\Accelarators\ES\bitcoin-data\btcmails.conf
Could not find log4j2 configuration at path /Users/pramanick/Desktop/Projects/Accelarators/ES/logstash-5.3.0/logstash-5.3.0/config/log4j2.properties. Using default config which logs to console
21:35:31.346 [[main]-pipeline-manager] INFO logstash.outputs.elasticsearch - Elasticsearch pool URLs updated {:changes=>{:removed=>[], :added=>[http://localhost:9200/]}}
21:35:31.346 [[main]-pipeline-manager] INFO logstash.outputs.elasticsearch - Running health check to see if an Elasticsearch connection is working {:healthcheck_url=>http://localhost:9200/, :path=>"/"}
21:35:31.471 [[main]-pipeline-manager] WARN logstash.outputs.elasticsearch - Restored connection to ES instance {:url=>#<URI::HTTP:0x6345980c URL:http://localhost:9200/>}
21:35:31.487 [[main]-pipeline-manager] INFO logstash.outputs.elasticsearch - Using mapping template from {:path=>nil}
21:35:31.767 [[main]-pipeline-manager] 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"}}}}}}}}
21:35:31.767 [[main]-pipeline-manager] INFO logstash.outputs.elasticsearch - New Elasticsearch output {:class=>"LogStash::Outputs::ElasticSearch", :hosts=>[#<URI::HTTP:0x126a8a81 URL:http://localhost:9200>]}
21:35:31.783 [[main]-pipeline-manager] INFO logstash.pipeline - Starting pipeline {"id"=>"main", "pipeline.workers"=>4, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>5, "pipeline.max_inflight"=>500}
21:35:32.788 [[main]-pipeline-manager] INFO logstash.pipeline - Pipeline main started
21:35:33.273 [Api Webserver] INFO logstash.agent - Successfully started Logstash API endpoint {:port=>9600}
2017-07-12T16:05:32.898Z PPRAMANIC1 Subject,DateSent,DateLastmodified,From ,Last Modifier Name,Size
2017-07-12T16:05:32.898Z PPRAMANIC1 RE: URGENT: Your Action Required: IT Setup - Azure training,2/3/2017 14:49,2/11/2017 12:02,"Jumani, Romit (US - Mumbai)","Pramanick, Prosenjit (US - Mumbai)",119426
Kindly suggest