`
Which I have merged using pdbtool after successfully testing it.
I have added the following class and fields_classes_map entries to the db.. (fields were pre-existing)
'
+-------+---------------+-----------+
| id | class | parent_id |
+-------+---------------+-----------+
| 21000 | FORTINET_FSSO | 0 |
+-------+---------------+-----------+
The logs are being classified properly - showing up as class=FORTINET_FSSO but the srcip is being parsed as 0.0.67.64, user as 0 and device as 0 (consistently)...
I've got to be missing/misunderstanding something simple?
I cant figure out where I am going wrong.
I have built the following pattern:
`
` Which I have merged using pdbtool after successfully testing it.
I have added the following class and fields_classes_map entries to the db.. (fields were pre-existing) ' +-------+---------------+-----------+ | id | class | parent_id | +-------+---------------+-----------+ | 21000 | FORTINET_FSSO | 0 | +-------+---------------+-----------+
+----------+----------+-------------+ | field_id | class_id | field_order | +----------+----------+-------------+ | 15 | 21000 | 5 | | 26 | 21000 | 6 | | 45 | 21000 | 7 | +----------+----------+-------------+ ` and restarted syslog-ng....
The logs are being classified properly - showing up as class=FORTINET_FSSO but the srcip is being parsed as 0.0.67.64, user as 0 and device as 0 (consistently)...
I've got to be missing/misunderstanding something simple?