<div dir="ltr">Thanks for the reply. Looking at following architecture diagram I got a different idea about publishing from the collector <a href="http://docs.openstack.org/developer/ceilometer/_images/7-overallarchi.png">http://docs.openstack.org/developer/ceilometer/_images/7-overallarchi.png</a>. I do realize that the pipeline.py file is not even invoked when I run the ceilometer-collector. However, the architecture diagram seems to suggest that I can publish from the collector. <div>

<br></div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Mar 13, 2014 at 3:01 PM, Julien Danjou <span dir="ltr"><<a href="mailto:julien@danjou.info" target="_blank">julien@danjou.info</a>></span> wrote:<br>

<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="HOEnZb"><div class="h5">On Thu, Mar 13 2014, Wahaj Ali wrote:<br>
<br>
> Hi,<br>
> I am relatively new to Openstack, in case my question is too naive. I have<br>
> a ceilometer-collector running on a machine where I want to forward all<br>
> data received by the collector to a particular port using UDP. For testing<br>
> purposes I use netcat to listen for UDP packets on a particular port. In my<br>
> pipeline.yaml file I set the following and specify it in the sources:<br>
><br>
> sinks:<br>
>     - name: kairos_sink<br>
>       transformers:<br>
>       publishers:<br>
>           - udp://localhost:20000<br>
><br>
> Is there something that I am doing wrong, since the packets are not being<br>
> forwarded. I know I am receiving data which I can see through my mongodb<br>
> instance. Any help would be much appreciated!<br>
<br>
</div></div>The collector does not publish any samples, it's a sink. It's the one<br>
that is going to listen on RPC and/or UDP.<br>
<span class="HOEnZb"><font color="#888888"><br>
--<br>
Julien Danjou<br>
# Free Software hacker<br>
# <a href="http://julien.danjou.info" target="_blank">http://julien.danjou.info</a><br>
</font></span></blockquote></div><br></div>