Winlogbeat dashboard import hangs

After I install winlogbeat and run .\winlogbeat.exe setup --dashboards, the command just hangs forever. I have a minimal config

winlogbeat.event_logs:
  - name: Application
    ignore_older: 72h
  - name: Security
  - name: System

output.elasticsearch:
  hosts: ["elk.domain.edu:9200"]

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.