awx icon indicating copy to clipboard operation
awx copied to clipboard

Add support for syslog for external logging

Open ryanpetrello opened this issue 7 years ago • 16 comments

ISSUE TYPE
  • Feature Idea
COMPONENT NAME
  • API
  • UI
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

ryanpetrello avatar Jan 30 '18 16:01 ryanpetrello

It would be nice to do UDP and TCP

ragingpastry avatar Jan 30 '18 19:01 ragingpastry

syslog +1

TwoTwenty avatar Sep 27 '18 19:09 TwoTwenty

+1

harrytruman avatar Apr 11 '19 02:04 harrytruman

+1

SLusenti avatar Jul 10 '19 14:07 SLusenti

+1

sandrich avatar Sep 02 '19 19:09 sandrich

+1

lamehost avatar Oct 24 '19 12:10 lamehost

+1

MTWiley avatar Apr 30 '20 19:04 MTWiley

+1

scatenag avatar May 16 '22 12:05 scatenag

+1

DE110283 avatar Dec 07 '22 14:12 DE110283

+1

jakejennings avatar Dec 09 '22 16:12 jakejennings

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

baseely avatar Jan 27 '24 12:01 baseely

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

@shanemcd or @AlanCoding may care to weigh in.

ryanpetrello avatar Jan 29 '24 02:01 ryanpetrello

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

baseely avatar Jan 30 '24 21:01 baseely

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

ericzolf avatar Jul 24 '24 12:07 ericzolf

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

cigamit avatar Jul 24 '24 14:07 cigamit

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

rurod avatar Jul 29 '24 07:07 rurod