ansible/awx

Add support for syslog for external logging

Offen

#1.083 geöffnet am 30.01.2018

 (16 Kommentare) (14 Reaktionen) (0 zugewiesene Personen)Python (3.333 Forks)batch import
Hacktoberfestcomponent:apicomponent:uigood first issuehelp wantedtype:enhancement

Repository-Metriken

Stars
 (13.071 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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

Contributor Guide