Skip to content

Latest commit

 

History

History
45 lines (29 loc) · 1.37 KB

alb_s3.md

File metadata and controls

45 lines (29 loc) · 1.37 KB

{{home}}

Load Sample ALB log file from S3-compatible storage

Purpose

Load ALB logs from and S3-compatible cloud storage bucket.

A minio container will be created to serve up these files.

Run the scenario

{{start}}

docker-compose -f docker-compose.yml -f alb-s3-json-log.yml up -d --build
echo "Open http://${MYHOSTNAME}:8086/docs/alb_s3.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-s3-json-log.yml down --volume

Back | Next