Skip to content

Commit 64f17b3

Browse files
ruflinjsoriano
authored andcommitted
Decode versioned Auditbeat dashboards (#7259)
Follow up from #7224 for Auditbeat.
1 parent 272615e commit 64f17b3

File tree

5 files changed

+2761
-603
lines changed

5 files changed

+2761
-603
lines changed

auditbeat/Makefile

+2-1
Original file line numberDiff line numberDiff line change
@@ -82,4 +82,5 @@ kibana:
8282
@-rm -rf _meta/kibana
8383
@mkdir -p _meta/kibana
8484
@-cp -pr module/*/_meta/kibana _meta/
85-
85+
@# Convert all dashboards to string
86+
@python ${ES_BEATS}/libbeat/scripts/unpack_dashboards.py --glob="./_meta/kibana/6/dashboard/*.json"

0 commit comments

Comments
 (0)