Hi there,
First post on CheckPoint community page so I apologise if I'm missing any key details.
I've been trying to follow sk179870 for grouping machines under the "environment" tab on our OpenTelemetry / Skyline setup with our Security Groups.
The steps are as follows, but there is no config.yaml file in the directory, only .json.
1. cat /opt/CPotelcol/config.yaml | grep -o -E "environment: [A-Za-z0-9_]+" | awk '{ printf $2 }'
2. sed -i 's/environment: <YourCurrrnetEnvironmentHere>/environment: <YourEnvironmentHere>/g' /opt/CPotelcol/config.yaml
I suspect since moving configuration of OpenTelemetry from the REST.py script to the 'sklnctl' command, config.yaml has been replaced with config.json
I've tried reconfiguring json configuration manually with a new Environment but unfortunately, no luck.
Open to any suggestions and hope someone can help:)
P.S. We're running R81.10