Hello,
I'm using newest preview versions of radio/server/web, and i'm having
problems with GELF data retrieved from my windows machines using NXLOG.
When specifying that all fields are strings, everything works(except wrong
type in ES).
But when changing all numeric fields to integers, those fields are not
"saved" by graylog2.
What am i doing wrong?
Example data:
{
"version": "1.0",
"_EventReceivedTime": "2014-01-08 09:13:56",
"_SourceModuleName": "iis",
"_SourceModuleType": "im_file",
"_date": "2014-01-08",
"_time": "08:13:46",
"_sitename": "W3SVC3",
"_servername": "WEB01",
"_serverip": "127.0.0.1",
"_method": "GET",
"_uri": "/",
"_query": "do=true",
"_serverport": "80",
"_clientip": "localhost",
"_useragent":
"Mozilla\/5.0+(Windows+NT+6.1;+WOW64;+rv:26.0)+Gecko\/20100101+Firefox\/26.0",
"_status": 200,
"_substatus": 0,
"_win32status": 0,
"_serverbytes": 1610,
"_clientbytes": 2108,
"_timetaken": 0,
"_timestamp": 6.9419793e+14,
"host": "WEB01",
"short_message": "2014-01-08 08:13:46 W3SVC3 WEB01 127.0.0.1 GET \/",
"full_message": "2014-01-08 08:13:46 W3SVC3 WEB01 127.0.0.1 GET \/
do=true 80 - 127.0.0.1
Mozilla\/5.0+(Windows+NT+6.1;+WOW64;+rv:26.0)+Gecko\/20100101+Firefox\/26.0
200 0 0 1610 2108 0",
"timestamp": 1389168836,
"level": 6,
"facility": "NXLOG"
}
Best regards
/Rickard
--
You received this message because you are subscribed to the Google Groups
"graylog2" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.