response
Install File Available for Ubuntu 20.04?
I do not see an install file for Ubuntu 20.04. Will one be made available when NXLog 2.11 is released?
Thanks in advance.
TonyC
I do not see an install file for Ubuntu 20.04. Will one be made available when NXLog 2.11 is released?
Thanks in advance.
TonyC
Is Anyone using NXLog to send Windows Events to Azure's Log Analytics, replacing Microsoft's OMS\MMA agent?
The MS MMA agent is very limited on its outbound filtering, so NXLog is being considered.
If someone is successful doing this, a example of the config file would be awesome.
Thanks.
Hello,
I configured my conf file (comm. edition) with a query for certain event id's. The output works, however, is there a way to prevent every event from creating it's own log file? For instance, create 1 large file for the date vs having 200k+ logfiles daily.
I have just purchased the Enterprise Edition NX Log software as well as BH Support.
Can someone advise how I can get the products added to my subscription as well as access to the software downloads and support portal?
Alternatively, if a vendor support contact can contact me directly that would be great.
Thanks
Hello everyone,
I'm new to NXLOG and I'm trying to understand how event creation and forwarding work.
I have a question about the parse_json() function or maybe the to_syslog_ietf() function, I'm not sure.
Is it possible to use parse_json($Message)
then to_syslog_ietf()
to forward $Message
without all the fields obtained with parse_json included in the forwarded syslog event?