您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

13 行
146B

  1. input {
  2. syslog {}
  3. }
  4. output {
  5. stdout {}
  6. rabbitmq {
  7. host => "low-transfer"
  8. exchange => "to-high"
  9. exchange_type => "direct"
  10. }
  11. }