In this post I'll show how I've leveraged Elasticsearch, Kibana, and Filebeats to achieve a dashboard based on my CM audit logs. I've created an ubuntu server where I've installed all of the ELK components (note if you don't have access to one, you don't need one to play... just install it all locally). This segregates it from Content Manager and let's me work with it independently.
First I installed Filebeat onto the server generating my audit logs. I configured it to search within the Audit Log output folder and to ignore the first line of each file. You can see this configuration below.