Hi community,
is there anyway to reimport the default inputs? since I deleted the default inputs, I can receive data just in RAW UDP format. It is too hard create rules from RAW format.
I mean these two local inputs
http://docs.graylog.org/en/2.3/pages/getting_started/check_messages.html
I would be grateful if someone could help me in this matter.
Thanks
jochen
(Jochen)
August 30, 2017, 8:24am
2
These inputs are part of the content pack which is automatically imported into the Graylog omnibus package.
Check System/Content Packs.
Alternatively you can find the content pack in the Graylog2/omnibus-graylog2 repository on GitHub:
{
"id" : null,
"name" : "Graylog appliance",
"description" : "This content pack will create two inputs for the appliance service logs and for general syslog messages. Example extractors are applied to effectively read the Nginx data into message fields.",
"category" : "Appliance",
"inputs" : [ {
"title" : "appliance-syslog-udp",
"configuration" : {
"allow_override_date" : true,
"recv_buffer_size" : 262144,
"port" : 514,
"override_source" : null,
"bind_address" : "0.0.0.0",
"store_full_message": false,
"force_rdns": false,
"expand_structured_data": false
},
"type" : "org.graylog2.inputs.syslog.udp.SyslogUDPInput",
"global" : false,
"extractors" : [ ],
This file has been truncated. show original
1 Like
system
(system)
Closed
September 13, 2017, 8:24am
3
This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.