ansible/awx

Add support for syslog for external logging

Open

#1,083 opened on Jan 30, 2018

View on GitHub
 (16 comments) (14 reactions) (0 assignees)Python (13,071 stars) (3,333 forks)batch import
Hacktoberfestcomponent:apicomponent:uigood first issuehelp wantedtype:enhancement

Description

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

Add support for syslog for external logging · ansible/awx#1083 | Good First Issue