Skip to content

Commit

Permalink
Graylog content pack for Coinboot remote logging
Browse files Browse the repository at this point in the history
  • Loading branch information
frzb committed Feb 18, 2019
1 parent 374f54e commit 6b266f6
Showing 1 changed file with 46 additions and 0 deletions.
46 changes: 46 additions & 0 deletions conf/graylog/contentpacks/coinboot-remote-logging.json
@@ -0,0 +1,46 @@
{
"lookup_data_adapters" : [],
"outputs" : [],
"dashboards" : [],
"name" : "Coinboot_remote_logging_v0.1",
"inputs" : [
{
"type" : "org.graylog2.inputs.syslog.udp.SyslogUDPInput",
"configuration" : {
"allow_override_date" : true,
"expand_structured_data" : false,
"recv_buffer_size" : 262144,
"bind_address" : "0.0.0.0",
"override_source" : null,
"force_rdns" : false,
"port" : 5555,
"store_full_message" : true
},
"extractors" : [],
"global" : true,
"id" : "5c5f107b2ab79c000995f30d",
"static_fields" : {},
"title" : "Netconsole"
},
{
"extractors" : [],
"configuration" : {
"recv_buffer_size" : 262144,
"bind_address" : "0.0.0.0",
"override_source" : null,
"port" : 514
},
"type" : "org.graylog2.inputs.raw.udp.RawUDPInput",
"global" : true,
"id" : "5c6128872ab79c000a64229b",
"static_fields" : {},
"title" : "iPXE"
}
],
"streams" : [],
"description" : "iPXE(Raw/Plaintext UDP on 0.0.0.0 port 514)\nNetconsole(Syslog UDP on 0.0.0.0 port 5555)\n",
"lookup_caches" : [],
"grok_patterns" : [],
"category" : "Coinboot remote logging",
"lookup_tables" : []
}

0 comments on commit 6b266f6

Please sign in to comment.