Hi Team,
In my project we are using input as UDP for ex:
input{
udp {
port => "${UDP_PORT:514}"
type => syslog
}
}
Is the Logstash persistence queue support input plugins as udp?
Hi Team,
In my project we are using input as UDP for ex:
input{
udp {
port => "${UDP_PORT:514}"
type => syslog
}
}
Is the Logstash persistence queue support input plugins as udp?
The persistent queue is an option you can turn on or off independently of the kind of input you use.
That said, sometimes it does not make sense to drain one persistent queue into the LS persistent queue (PQ). - for example RabbitMQ or Kafka.
Bear in mind the purposes behind the LS PQ:
Thanks for your quick responce, I am going to implement the LS PQ , If I stuck some where will take you help.
This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.
© 2020. All Rights Reserved - Elasticsearch
Apache, Apache Lucene, Apache Hadoop, Hadoop, HDFS and the yellow elephant logo are trademarks of the Apache Software Foundation in the United States and/or other countries.