<div dir="ltr">Hi, <div>I am relatively new to Openstack, in case my question is too naive. I have a ceilometer-collector running on a machine where I want to forward all data received by the collector to a particular port using UDP. For testing purposes I use netcat to listen for UDP packets on a particular port. In my pipeline.yaml file I set the following and specify it in the sources:<br>
</div><div><div><br></div><div><div>sinks:</div><div> - name: kairos_sink</div><div> transformers:</div><div> publishers:</div><div> - udp://localhost:20000</div></div></div><div><br></div><div>Is there something that I am doing wrong, since the packets are not being forwarded. I know I am receiving data which I can see through my mongodb instance. Any help would be much appreciated!</div>
<div><br></div><div>Thanks.</div></div>