fix: ILO 5 metadata issue#3092
Conversation
Kawron
left a comment
There was a problem hiding this comment.
Can you provide little more context. What has changed, where did you found those new logs. Are the previous one wrong? Or is this update for new version of ILO?
|
|
||
| mt = env.from_string( | ||
| "{{ mark }} {{ iso }}Z {{ host }} #ILO4 - - - Browser login: Administrator - 10.0.0.0(host.domain.local)\n" | ||
| "{{ mark }} {{ iso }}Z {{ host }} DriveArray: Smart Array - Drive is failed...\n" |
There was a problem hiding this comment.
Yeah I would also need more contest, but also, what happened to the old test here? Are we not supporting this other log format anymore?
There was a problem hiding this comment.
The old test was removed while I was investigating the iLO 5 format from the documentation. Looking at it again, the existing tests cover a different format where the PROGRAM field is #ILO4, which will not match with updated parser. I'll restore the old test and update the parser to maintain backward compatibility.
@Kawron @sbylica-splunk here we have official doc for remote syslog |
No description provided.