Created
January 6, 2016 23:23
-
-
Save untergeek/dd74f13f2de2c338f9af to your computer and use it in GitHub Desktop.
Beats eats my timestamp with pre-formatted JSON
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2016/01/06 23:15:27.708044 publish.go:100: DBG Publish: { | |
"@timestamp": "2016-01-06T23:15:23.210Z", | |
"beat": { | |
"hostname": "ip-172-31-46-141", | |
"name": "ip-172-31-46-141" | |
}, | |
"count": 1, | |
"fields": null, | |
"input_type": "log", | |
"message": "{ \"@timestamp\": \"2016-01-06T23:15:20+00:00\", \"@version\": \"1\", \"vhost\": \"untergeek.com\", \"clientip\": \"80.240.139.191\", \"bytes\": 60375, \"duration\": 0.114, \"status\": 200, \"request\": \"/feed/\", \"method\": \"GET\", \"referrer\": \"-\", \"useragent\": \"Fever/1.39 (Feed Parser; http://feedafever.com; Allow like Gecko)\" }", | |
"offset": 8765843, | |
"source": "/var/log/nginx/untergeek.com.access.log", | |
"type": "nginx_json" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment