splunk / observability-workshop

To get started, please proceed to The Splunk Observability Cloud Workshop Homepage.
https://splunk.github.io/observability-workshop/latest/
Apache License 2.0
86 stars 62 forks source link

Documentation for Splunk O11y Workshop - zPages #210

Closed ekueh-splunk closed 1 year ago

ekueh-splunk commented 1 year ago

For the OTel Collector Sec 2 Extensions - zPages, it is important to highlight that port 55679 needs to be whitelisted in order for the zpages to be loaded.

For ie, if one is running EC2 instance in AWS , then port 55679 needs to be explicitly enabled in the Security Group attached to that EC2 instance.

See screenshot below of a Security Group settings with port 55679 whitelisted.

Screenshot 2023-08-17 at 3 23 39 PM

rcastley commented 1 year ago

OK, so the official terraform for creating EC2 instances has both 55679 and 13133 (Health check) opened.

rcastley commented 1 year ago

Fixed - https://github.com/splunk/observability-workshop/blob/071a07742618a351061a5b114eea7207c3b89f14/workshop/aws/ec2/main.tf#L108