I am extremly new to Graylog.
I have went through most of the documentation and have gotten lost in a bind lol. I setup a UDM Pro to log to Graylog with no issues thats working fine. I am now trying to parse the data coming back so its easier to read. i found the following from another user
IN=%{WORD:IN} OUT=%{WORD:OUT} MAC=%{NOTSPACE:MAC} SRC=%{IPV4:SRC} DST=%{IPV4:DST} LEN=%{WORD:LEN} TOS=%{WORD:TOS} PREC=%{WORD:PREC} TTL=%{WORD:TTL} ID=%{WORD:ID} DF PROTO=%{WORD:DF} SPT=%{NUMBER:SPT} DPT=%{NUMBER:DPT}
This doesnt work as per the documentation i have to setup the actual Grok Patterns or something. that part is where i am confused how do i set those up and what information is needed? all i want is a way to see this data cleaner.
thanks for the help