Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 1.46 KB

alb.md

File metadata and controls

42 lines (28 loc) · 1.46 KB

{{home}}

Load Sample ALB log file

Purpose

Parse and search AWS Application Load Balancer logs using logstash grok filters.

Run the scenario

{{start}}

docker-compose -f docker-compose.yml -f alb-json-log.yml up -d --build
echo "Open http://${MYHOSTNAME}:8086/docs/alb.md in your browser to view these instructions."

Configuration

Explore the Dashboard

  • Navigate to the OpenSearch Dashboard Discover Page
    • Credentials: admin:admin
    • If prompted, choose the "Global" tenant
    • Note that the date has been set to roll back to April 2023
    • Note the designated search and the selected desplay fields

Cleanup the Stack

{{stop}}

docker-compose -f docker-compose.yml -f alb-json-log.yml down --volume

Back | Next