I am using elk 6.3
i have downloaded dashboard to test environment and i get save field parameter is not valid throws .
I checked the individual visualization and actual field name is not listed.
issue is in index patterns all fields have duplicates with suffix keyword
for eg
it has
beat.name => string , searchable
beat.name.keywork => string , searchable, aggregatable
due to this existing visualization are invalid as aggregate field beat.name in dashboard is not valid now and only you can use beat.name.keyword in aggregation .
How can i resolve this ? recreated index patterns still have same issue