--- title: |- Kibana pagenum: 4 prev_page: url: /architecture/logstash.html next_page: url: /how-to/docker/docker.html suffix: .md search: logs kibana img src images png endpoint winevent overview helk monitoring sysmon elasticsearch logstash docker security right additionally currently dashboards globaldashboard networkdashboard sysmondashboard tail usr share config kibanalogs log design visualize discover sure being sent least windows events helks ip preferred browser dont away update picker top include farther back window just started sending wait minute check again creates automatically index patterns sets default application system powershell wmiactivity discovery comes views x pack basic free license initial nodes troubleshooting apart running ps follow located example exec f times not working because still starting ran into error comment: "***PROGRAMMATICALLY GENERATED, DO NOT EDIT. SEE ORIGINAL FILES IN /content***" ---
Kibana

Visualize your logs

Discover

Make sure you have logs being sent to your HELK first (At least Windows security and Sysmon events). Then, go to https://<HELK's IP> in your preferred browser. If you don’t see logs right away then update your time picker (in the top right) to include a farther back window. Additionally, if you just started sending logs then wait a minute and check again.

Currently, HELK creates automatically 7 index patterns for you and sets logs-endpoint-winevent-sysmon-* as your default one:

  • "logs-*"
  • "logs-endpoint-winevent-sysmon-*"
  • "logs-endpoint-winevent-security-*"
  • "logs-endpoint-winevent-application-*"
  • "logs-endpoint-winevent-system-*"
  • "logs-endpoint-winevent-powershell-*"
  • "logs-endpoint-winevent-wmiactivity-*"

Dashboards

Currently, the HELK comes with 3 dashboards:

Global_Dashboard

Network_Dashboard

Sysmon_Dashboard

Monitoring Views (x-Pack Basic Free License)

Kibana Initial Overview

Elasticsearch Overview

Logstash Overview

Troubleshooting

Apart from running docker ps and docker logs --follow --tail 25 helk-kibana, additionally you can look at logs located at /usr/share/kibana/config/kibana_logs.log.

Example: docker exec helk-kibana tail -f /usr/share/kibana/config/kibana_logs.log

Many times Kibana will not be "working" because elasticsearch is still starting up or has ran into an error.