Splunk Enterprise

Unable to parse message

taka
Explorer

I used Splunk Add on for AWS to send log files stored in S3 to SQS using S3 event notifications, and configured Splunk to read the log files from SQS.

127f8442-ec25-4753-a79b-1f3d2ae825ea.png

 

However, I got an error saying that the S3 test message that is always sent first by S3 event notifications could not be parsed.

スクリーンショット 2024-04-12 9.58.09.png

 

Splunk on EC2 is given KMS decryption privileges as shown below.

 

            "Sid": "VisualEditor1",
            "Effect": "Allow",
            "Action": [
				"sqs:*",
                "s3:*",
                "kms:Decrypt"
            ],
            "Resource": [
				"arn:aws:sqs:ap-northeast-1:*************:poc-splunk-vpcflowlog*",
                "arn:aws:s3:::poc-splunk-vpcflowlog",
                "arn:aws:s3:::poc-splunk-vpcflowlog/*"

 

 

What could be the cause?

Labels (1)
Tags (1)
0 Karma
Get Updates on the Splunk Community!

Splunk Observability as Code: From Zero to Dashboard

For the details on what Self-Service Observability and Observability as Code is, we have some awesome content ...

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Shape the Future of Splunk: Join the Product Research Lab!

Join the Splunk Product Research Lab and connect with us in the Slack channel #product-research-lab to get ...