Shield + logstash + elastic + kibana Issue with transport protocol

I have an issue with my logstash plugin ( logstash-output-elasticsearch-shield ) i wanted to Use the transport protocol with login . With http it works fine when i change port and protocol to transport messages does not appear on the kibana side.
I have logstash 1.5.2 version , elasticsearch in version 1.5.1 , JVM: 1.7.0_71 kibana in version 4.
I also have ruby 1.8.7 . I installed via /bin/plugin the logstash-output-elasticsearch-shield.
I tried to debbug it the only response that was different between the http protocol and the transport was information

Jul 14, 2015 8:36:20 AM org.elasticsearch.plugins.PluginsService
INFO: [logstash-xxxxxx] loaded [shield], sites []
Jul 14, 2015 8:36:20 AM org.elasticsearch.transport.TransportModule configure
INFO: [logstash-xxxxxx] Using [org.elasticsearch.shield.transport.ShieldClientTransportService] as transport service, overridden by [shield]
Jul 14, 2015 8:36:20 AM org.elasticsearch.transport.TransportModule configure
INFO: [logstash-xxxxxx] Using [org.elasticsearch.shield.transport.netty.ShieldNettyTransport] as transport, overridden by [shield]

I'm having a similar issue...

Did you find any answers...?