Example: How to use Splunk to audit S3
This page describes an example for using Splunk to audit S3.
Step 1: Configure the HEC
Step 2: Create a token
Step 3: Test the configuration
curl -k https://hec.example.com:8088/services/collector/raw -H "Authorization: Splunk B5A79AAD-D822-46CC-80D1-819F80D7BFB0" -d '{"event": "hello world"}'
{"text": "Success", "code": 0}Step 4: Configure the audit webhook in WEKA
weka s3 cluster audit-webhook enable --endpoint=https://splunk-server:8088/services/collector/raw --auth-token='\"Splunk B5A79AAD-D822-46CC-80D1-819F80D7BFB0\"'Last updated