<div dir="ltr">Is it posible to specify the IP? The port is not exposed in the Node as this is exposed through a Kubernetes services which speak directly with the Pod IP, so I get an error if I try to contact localhost.<div><br></div><div><div>2017-03-01T14:36:33.959Z node01.mak.lab:skydive topology.go:51 client glob.func18 > ERRO 002 Authentication failed: dial tcp <a href="http://127.0.0.1:8082">127.0.0.1:8082</a>: getsockopt: connection refused</div></div><div><br></div><div><div>tcp        0      0 <a href="http://10.1.3.1:45232">10.1.3.1:45232</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:45230">10.1.3.1:45230</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:44406">10.1.3.1:44406</a>          <a href="http://172.30.27.26:8082">172.30.27.26:8082</a>       ESTABLISHED 32335/skydive       </div><div>tcp        0      0 <a href="http://10.1.3.1:45240">10.1.3.1:45240</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:45246">10.1.3.1:45246</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:45258">10.1.3.1:45258</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:45260">10.1.3.1:45260</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:57230">10.1.3.1:57230</a>          <a href="http://172.30.27.26:8082">172.30.27.26:8082</a>       ESTABLISHED 32335/skydive       </div><div>tcp        0      0 <a href="http://10.1.3.1:45236">10.1.3.1:45236</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:45272">10.1.3.1:45272</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:45276">10.1.3.1:45276</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:45284">10.1.3.1:45284</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:45248">10.1.3.1:45248</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>tcp        0      0 <a href="http://10.1.3.1:45286">10.1.3.1:45286</a>          <a href="http://10.1.3.2:8082">10.1.3.2:8082</a>           TIME_WAIT   -                   </div><div>udp        0      0 <a href="http://10.1.3.1:57812">10.1.3.1:57812</a>          <a href="http://172.30.27.26:8082">172.30.27.26:8082</a>       ESTABLISHED 32335/skydive       </div></div><div><br></div><div>Thanks,</div><div>Mak</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Mar 1, 2017 at 12:36 PM, Sylvain Afchain <span dir="ltr"><<a href="mailto:safchain@redhat.com" target="_blank">safchain@redhat.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
this command line could help you<br>
<br>
docker run --net=host -ti skydive/skydive client topology query --gremlin "g.V()"<br>
<div class="HOEnZb"><div class="h5"><br>
<br>
Sylvain<br>
<br>
----- Mail original -----<br>
> Hi Sylvain,<br>
><br>
> Can't use command line from analyzer as the container does not allow to use<br>
> a 'sh' or 'bash' entrypoint in order to get a session inside the container.<br>
><br>
> Regarding storage is using elasticsearch.<br>
><br>
> Thanks,<br>
> Mak<br>
><br>
> On Wed, Mar 1, 2017 at 11:32 AM, Sylvain Afchain <<a href="mailto:safchain@redhat.com">safchain@redhat.com</a>><br>
> wrote:<br>
><br>
> > Hi,<br>
> ><br>
> > You can try the gremlin request using the command line to validation that<br>
> > you have flows. You can add the ".Metrics()" step to see the metrics. What<br>
> > is the storage backend ? analyzer.storage in the config file.<br>
> ><br>
> > Thanks,<br>
> ><br>
> > Sylvain<br>
> ><br>
> > ----- Mail original -----<br>
> > > All,<br>
> > ><br>
> > > I've installed the Skydive plugin for Grafana and apparently it's working<br>
> > > fine, but when I try to create any graph I'm getting 'No data points'<br>
> > > message in Grafana.<br>
> > ><br>
> > > I've tried to review any log but can't find any error. Any suggestions<br>
> > about<br>
> > > how can I debug this?<br>
> > ><br>
> > > Thanks,<br>
> > > Mak<br>
> > ><br>
> > > ______________________________<wbr>_________________<br>
> > > Skydive-dev mailing list<br>
> > > <a href="mailto:Skydive-dev@redhat.com">Skydive-dev@redhat.com</a><br>
> > > <a href="https://www.redhat.com/mailman/listinfo/skydive-dev" rel="noreferrer" target="_blank">https://www.redhat.com/<wbr>mailman/listinfo/skydive-dev</a><br>
> > ><br>
> ><br>
><br>
</div></div></blockquote></div><br></div>