2015-09-01 04:24 AM
Hello everyone,
I am a bit confused regarding automatic parsers download from Live and their deployment. i am checking the configuration that the engineer performed when SA was installed and i see only the following entry under Log Decoder --> Config --> parsers tab:
My questions are:
Appreciate your help guys.
Thank you
2015-09-01 08:51 AM
The file 'NwFlex.parser' comes with Decoder OOTB. It isn't a Live parser. It contains a handful of very simple flex parsers in source form that were intended as a demonstration of how to write your own.
On a Log Decoder it has no purpose at all, since it contains packet parsers. Just delete it.
Even on a packet Decoder, with the move from flex to lua it has no purpose for a system at 10.2+. For each parser in the file there is a better lua equivalent in Live. Just delete it.
2015-09-02 01:20 AM
Thank you motley.
I currently have a log decoder only (packet not yet installed). What is the best practice for deploying and managing parsers. is there any document that explains all?