Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Access to Kibana Dashboard without SSH-tunnel possible? #17

Closed
jahlives opened this issue Apr 27, 2015 · 1 comment
Closed

Access to Kibana Dashboard without SSH-tunnel possible? #17

jahlives opened this issue Apr 27, 2015 · 1 comment
Labels

Comments

@jahlives
Copy link

Is it possible to access the kibana dashboard without prior setup a ssh-tunnel? I tried with some NAT rules but no success so far. Background: I want to retrieve sensor data with my own scripts. Is it maybe possible to access the sensor data without the dashboard? Is there an export option I missed? Would be really great to access the data from my own scripts :-)
Thanks for any hint

tobi

@t3chn0m4g3
Copy link
Member

@jahlives the current setup does not allow to access the kibana dashboard directly. per default the kibana dashboard does not include authentication. setting it up with tls and htdigest would complicate things and also use up another port on the machine. without using shield (https://www.elastic.co/products/shield) the safest way to access kibana is via ssh tunnel.
if you want to access the hp events you can do so by pulling "/data/ews/json/*" (which is still a work-in-progress) or suricata logs in "/data/suricata/log/eve.json".

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants