Enabling Pod Logs in AWS
You can enable the ArcSight products application (pod) logs in AWS, which includes a cluster logging functionality called Fluentd.
To enable Fluentd in AWS, replace the values for cluster-name and cluster-region with your own values, and execute this command:
curl https://raw.githubusercontent.com/aws-samples/amazon-cloudwatch-container-insights/latest/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml | sed "s/{{cluster_name}}/cluster-name/;s/{{region_name}}/cluster-region/" | kubectl apply -f -
In this example, example values are used for cluster name
and cluster region name
.
curl https://raw.githubusercontent.com/aws-samples/amazon-cloudwatch-container-insights/latest/k8s-deployment-manifest-templates/deployment-mode/daemonset/container-insights-monitoring/quickstart/cwagent-fluentd-quickstart.yaml | sed "s/{{cluster_name}}/test_cluster/;s/{{region_name}}/us-west-2/" | kubectl apply -f -
For more information, see the AWS documentation here.