Skip to content

Instantly share code, notes, and snippets.

@danielpetisme
Created October 7, 2013 12:51
Show Gist options
  • Save danielpetisme/6867426 to your computer and use it in GitHub Desktop.
Save danielpetisme/6867426 to your computer and use it in GitHub Desktop.
Logstash jenkins audit
{
"_index": "jenkins",
"_type": "logs",
"_id": "ogp1oxrmTC2KgDsdj7qQsg",
"_score": 2.3156765,
"_source": {
"message": "Oct 7, 2013 2:45:48 PM job/<JOB_NAME>/ #6690 Started by timer",
"@timestamp": "2013-10-07T12:45:49.390Z",
"@version": "1",
"type": "jenkins",
"host": "<MY_HOST>",
"path": "/tmp/hudson-audit-0.log",
"tags": [
"grepped",
"grokked"
],
"date": "Oct 7, 2013 2:45:48 PM",
"job": "<JOB_NAME>",
"rest": "#6690",
"user": "timer"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment