The issue we are running into is when we try to upload dashboards from winlogbeat into SO master, the security onion instance actively refuses it.
I cannot figure it out but I feel like that the iptables for the elk containers is what does not have an allow rule in place to allow those changes to be made.
PS I am very new to SO and while most of the technical information is vague any and all help would be extremely grateful.
Thank You
--
Follow Security Onion on Twitter!
https://twitter.com/securityonion
---
You received this message because you are subscribed to the Google Groups "security-onion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to security-onio...@googlegroups.com.
To post to this group, send email to securit...@googlegroups.com.
Visit this group at https://groups.google.com/group/security-onion.
For more options, visit https://groups.google.com/d/optout.
Having the same issue - figured I would use this thread. The error I am receiving:
PS C:\Program Files\winlogbeat> .\winlogbeat.exe setup --dashboards
Loading dashboards (Kibana must be running and reachable)
.\winlogbeat.exe : Exiting: fail to create the Kibana loader: Error creating Kibana client: Error creating Kibana client: fail to
get the Kibana version: HTTP GET request to /api/status fails: parsing kibana response: invalid character '<' looking for beginning
of value. Response: <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible"
content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <!-- The above 3 meta tags *must*
come first i... (truncated).
At line:1 char:1
+ .\winlogbeat.exe setup --dashboards
+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+ CategoryInfo : NotSpecified: (Exiting: fail t..... (truncated).:String) [], RemoteException
+ FullyQualifiedErrorId : NativeCommandError
setup.kibana:
# Kibana Host
# Scheme and port can be left out and will be set to the default (http and 5601)
# In case you specify and additional path, the scheme is required: http://localhost:5601/path
# IPv6 addresses should always be defined as: https://[2001:db8::1]:5601
host: "https://10.20.30.40:443/app/kibana"
username: "xxxxxxxxxx"
password: "xxxxxxxxxx"
ssl.verification_mode: "none"