ansible / awx

AWX provides a web-based user interface, REST API, and task engine built on top of Ansible. It is one of the upstream projects for Red Hat Ansible Automation Platform.
Other
14k stars 3.42k forks source link

Add support for syslog for external logging #1083

Open ryanpetrello opened 6 years ago

ryanpetrello commented 6 years ago
ISSUE TYPE
COMPONENT NAME
SUMMARY

awx allows you to ship logs to external systems via UDP - this feature primarily exists to support logstash via UDP. As such, UDP messages shipped from awx are in the JSON format that logstash expects. It would be nice if you could ship syslog-formatted messages over UDP or TCP.

related: https://github.com/ansible/awx/issues/1062

ragingpastry commented 6 years ago

It would be nice to do UDP and TCP

TwoTwenty commented 6 years ago

syslog +1

harrytruman commented 5 years ago

+1

SLusenti commented 5 years ago

+1

sandrich commented 5 years ago

+1

lamehost commented 5 years ago

+1

MTWiley commented 4 years ago

+1

scatenag commented 2 years ago

+1

DE110283 commented 1 year ago

+1

jakejennings commented 1 year ago

+1

baseely commented 8 months ago

@ryanpetrello Do we still need this feature? if yes, could you please explain any approach you might have in mind to start? :blush:

ryanpetrello commented 8 months ago

@baseely I’m no longer an active contributor to AWX.

@shanemcd or @AlanCoding may care to weigh in.

baseely commented 8 months ago

Hey @AlanCoding and @shanemcd Do we still in need for this feature?

ericzolf commented 3 months ago

It seems that this feature is required to directly aggregate logs of AWX/controller into Qradar from IBM.

cigamit commented 3 months ago

It seems that this feature is required to directly aggregate logs of AWX/controller into Qradar from IBM.

Syslog max message sizes might come into play, especially with Qradar. Logging data from AWX is quite verbose, especially if running with Diff Mode enabled.

https://www.ibm.com/support/pages/qradar-tcp-and-udp-syslog-maximum-payload-message-length-qradar-appliances

rurod commented 2 months ago

Hi, it would be even nicer if AWX could support a TLS enabled TCP endpoint as a destination for syslog.