ansible/awx

Add support for syslog for external logging

Open

#1,083 创建于 2018年1月30日

在 GitHub 查看
 (16 评论) (14 反应) (0 负责人)Python (3,333 fork)batch import
Hacktoberfestcomponent:apicomponent:uigood first issuehelp wantedtype:enhancement

仓库指标

Star
 (13,071 star)
PR 合并指标
 (平均合并 24天 6小时) (30 天内合并 30 个 PR)

描述

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

贡献者指南