Here is my log:
2017-05-12 08:46:35.1280 - INFO: Performance - ConfigurationComponent.GetCountryFields executed in 2625 ms. - {"Class":"ConfigurationComponent","Method":"GetCountryFields","Ms":"test","Ticks":"test1"}
Here is my filebeat.yml :
filebeat.prospectors:
-
type: log
enabled: true
paths:
- d:\logs*.log
json.keys_under_root: true
json.add_error_key: true
json.message_key: log
- d:\logs*.log
Then I always get this error in kibana: Error decoding JSON: json: cannot unmarshal number into Go value of type map[string]interface {}
Read all related topic here, does not help