[amscotti@128bit.io ~/posts]# grep -l "rabbitmq" *.md | xargs -n1 head _
Date: February 20, 2017

Demonstrates RabbitMQ integration with Logstash for streaming log files to users in real-time, overcoming Elasticsearch query delays. Shows how to use RabbitMQ output plugin, create topic exchanges with routing keys for filtering logs by service and environment, and configure durable/persistent settings to prevent data accumulation.