2014-05-28 01:14 PM
I currently do a lot of custom design on parsers because it normalize everything in our system better. Does anyone know if you can force reload a parser? Having to restart the logdecoder everytime is not the best option but is an option.
2014-05-30 04:01 AM
Hi Sean,
If you select your Log Decoder and navigate to View --> Explore. Then expand the "Decoder" node, Right-Click on "Parsers" and select "Properties". In the bottom right window you can select "reload" from the drop-down menu and then click send.
This will only reload the parsers and no restart required. Alternatively you can do this using the command line if you SSH into your Log Decoder and run the following command:
NwConsole -c login localhost:50002 <user> <password> -c decoder/parsers reload
2014-05-30 04:01 AM
Hi Sean,
If you select your Log Decoder and navigate to View --> Explore. Then expand the "Decoder" node, Right-Click on "Parsers" and select "Properties". In the bottom right window you can select "reload" from the drop-down menu and then click send.
This will only reload the parsers and no restart required. Alternatively you can do this using the command line if you SSH into your Log Decoder and run the following command:
NwConsole -c login localhost:50002 <user> <password> -c decoder/parsers reload
2014-05-30 06:44 AM
Thank you!