Hi!
I’m using telegraf snmp_trap input and there is a alarmTextT.1 oid which contains lot of information which I would like to separete into fields. Here is a sample:
alarmTextT.1=“aty=ETH|stn=IP mcast 1 2|sta=238.1.3.50|stp=1234|vla=0|ifa=eth0|ssm=0.0.0.0|aid=1420|loc=|MLR >= error-threshold (23 >= 8)”
I want to separe it by | symbol. I tried the split processor plugin but it did work, and I don’t think it’s the correct plugin to use. Is there a plugin which with could do the splitting?