hi,
i want to use the 3 dci's for the logwatch parser but i can not figure out what to put in the "instance".
i have tried the full path with name as configured in the agent config and i have tried the file name inc. suffix and the status always changes to unsupported.
thanks,
lindeamon
Hi!
They are still not implemented. Agent shows them, but always returns an error.
Best regards,
Victor
ohhhhhhhhhhhhhhhhhhh
will it be implemented in the next release ?
Best Regards,
Lindeamon
Done it. Next release will have these parameters implemented.
Best regards,
Victor
thank you very much victor
silly me,
i forgot to ask what will the "instance" be.
Best Regards,
Lindeamon
By default it will be file name (exactly as written in <file> tag), and you will be able to change it by adding name attribute to <parser> tag. For example,
for parser
<parser>
<file>*System</file>
...
</parser>
instance name will be *System, and for
<parser name="SystemLog">
<file>*System</file>
...
</parser>
instance name will be SystemLog.
Best regards,
Victor
thank you again.
i will save this link for future use.
Best Regards,
Lindeamon