elastic / beats

:tropical_fish: Beats - Lightweight shippers for Elasticsearch & Logstash
https://www.elastic.co/products/beats
Other
12.15k stars 4.91k forks source link

Broken kibana dashboards: missing .keyword in the fields #39884

Open marcinhlybin opened 3 months ago

marcinhlybin commented 3 months ago

Load the dashboards as recommended in the documentation:

auditbeat setup -e \
  -E output.logstash.enabled=false \
  -E output.elasticsearch.hosts=['http://log-server:9200'] \
  -E output.elasticsearch.username=${ES_USERNAME} \
  -E output.elasticsearch.password=${ES_PASSWORD} \
  -E setup.kibana.host=http://log-server:5601

Sample broken dashboard: Process OS Distribution [Auditbeat System] ECS Starts working after editing and changing fields:

By the way, path to auditbeat kibana dashboard in the package still include number 7: /usr/share/auditbeat/kibana/7/{dashboard,search,visualization}

elasticmachine commented 3 months ago

Pinging @elastic/sec-linux-platform (Team:Security-Linux Platform)