Hi @jochen
It seems like I created there is a problem in indexing, caused by non-numeric values. The question is how to fix this mapping, and make sure that indexing is fine?
Graylog LOG
2018-05-10T15:42:35.639-04:00 WARN [Messages] Failed to index message: index=<graylog_0> id=<498c1f60-548a-11e8-876c-000c299fd582> error=<{"type":"mapper_parsing_exception","reason":"failed to parse [response_time]","caused_by":{"type":"number_format_exception","reason":"For input string: \"Name:\t-\n\n\tCaller\""}}>
2018-05-10T15:42:35.640-04:00 ERROR [Messages] Failed to index [1] messages. Please check the index error log in your web interface for the reason. Error: One or more of the items in the Bulk request failed, check BulkResult.getItems() for more information.
2018-05-10T15:43:39.641-04:00 WARN [Messages] Failed to index message: index=<graylog_0> id=<6fbb3541-548a-11e8-876c-000c299fd582> error=<{"type":"mapper_parsing_exception","reason":"failed to parse [response_time]","caused_by":{"type":"number_format_exception","reason":"For input string: \"Name:\t-\n\n\tCaller\""}}>
2018-05-10T15:43:39.647-04:00 ERROR [Messages] Failed to index [1] messages. Please check the index error log in your web interface for the reason. Error: One or more of the items in the Bulk request failed, check BulkResult.getItems() for more information.
Elasticsearch LOG
[2018-05-10T16:14:51,633][DEBUG][o.e.a.b.TransportShardBulkAction] [AN1ps8U] [graylog_0][1] failed to execute bulk item (index) BulkShardRequest [[graylog_0][1]] containing [index {[graylog_deflector][message][cbb95490-548e-11e8-876c-000c299fd582], source[{"winlogbeat_fields_gl2_source_collector":"33e1ca5b-a3c6-40d4-8f5a-9608a5e55e55","winlogbeat_record_number":"4388113","winlogbeat_user_domain":"NT AUTHORITY","collector_node_id":"SENA-GATEWAY","gl2_remote_ip":"10.0.0.100","gl2_remote_port":2359,"winlogbeat_level":"Audit Success","winlogbeat_tags":["windows"],"source":"SENA-gateway","type":"eventlogging","gl2_source_input":"5aef333939664b064358f410","winlogbeat_fields_collector_node_id":"SENA-GATEWAY","winlogbeat_user_type":"Well Known Group","winlogbeat_event_data_param10":"-","winlogbeat_event_data_param11":"-","winlogbeat_event_data_param12":"-","winlogbeat_source_name":"Security","gl2_source_node":"d06bcdf8-313b-4c24-ac06-6ba40ed5f5fe","winlogbeat_user_name":"ANONYMOUS LOGON","timestamp":"2018-05-10 20:15:36.000","winlogbeat_log_name":"Security","winlogbeat_user_identifier":"S-1-5-7","gl2_source_collector":"33e1ca5b-a3c6-40d4-8f5a-9608a5e55e55","streams":["000000000000000000000001"],"winlogbeat_type":"eventlogging","message":"Successful Network Logon:\n\n\tUser Name:\t\n\n\tDomain:\t\t\n\n\tLogon ID:\t\t(0x0,0x13A79B9)\n\n\tLogon Type:\t3\n\n\tLogon Process:\tNtLmSsp \n\n\tAuthentication Package:\tNTLM\n\n\tWorkstation Name:\tPNMA\n\n\tLogon GUID:\t-\n\n\tCaller User Name:\t-\n\n\tCaller Domain:\t-\n\n\tCaller Logon ID:\t-\n\n\tCaller Process ID: -\n\n\tTransited Services: -\n\n\tSource Network Address:\t10.0.0.50\n\n\tSource Port:\t3040","winlogbeat_event_data_param13":"-","winlogbeat_event_data_param14":"10.0.0.50","winlogbeat_event_data_param15":"3040","tags":["windows"],"winlogbeat_event_data_param3":"(0x0,0x13A79B9)","winlogbeat_event_data_param4":"3","winlogbeat_event_data_param5":"NtLmSsp","winlogbeat_event_id":540,"name":"SENA-gateway","response_time":"Name:\t-\n\n\tCaller","winlogbeat_event_data_param6":"NTLM","facility":"winlogbeat","winlogbeat_computer_name":"SENA-GATEWAY","winlogbeat_event_data_param7":"PNMA","winlogbeat_event_data_param8":"-","winlogbeat_event_data_param9":"-","http_response_code":"User"}]}]
org.elasticsearch.index.mapper.MapperParsingException: failed to parse [response_time]
at org.elasticsearch.index.mapper.FieldMapper.parse(FieldMapper.java:298) ~[elasticsearch-5.6.9.jar:5.6.9]
.
.
... many line to follow
.
.
Caused by: java.lang.NumberFormatException: For input string: "Name: -
Caller"
at sun.misc.FloatingDecimal.readJavaFormatString(FloatingDecimal.java:2043) ~[?:?]
Thank you
Mohamed