smalenfant commented on issue #5118:
URL: https://github.com/apache/trafficcontrol/issues/5118#issuecomment-705514539


   @dneuman64 We accomplished this goal by sending to telegraf and using the 
Kafka output. This was mostly to bridge the data to Elasticsearch. Although a 
direct implementation would be more robust. We used the influx_relay output to 
telegraf. 
   
   ```
   [[inputs.influxdb_listener]]
     service_address = ":8186"
     read_timeout = "10s"
     max_body_size = 0
     database_tag = "database"
   
   [[outputs.kafka]]
     ## URLs of kafka brokers
     brokers = ["kafka:9092"]
     topic = "telegraf"
     data_format = "json"
     
     [outputs.kafka.tagpass]
       database = ["deliveryservice_stats"]
   ```


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to