AEM AS Cloud Service integration with Splunk SourceType Not Working
Hi Team,
Trying to forward aemaccess AEM logs from AEM Splunk to our own Splunk with below config
.config
LogForwarding-dev.yaml
kind: "LogForwarding"
version: "1"
metadata:
envTypes: ["dev"]
data:
splunk:
default:
enabled: false
host: "<splunk_host_name>"
token: "${{SPLUNK_TOKEN}}"
index: "<splunk_index>"
sourcetype: "aemaccess"
Logs from all source types are syncing to splunk instead of just aemaccess logs.
Kindly suggest if there is more specific configuration to only pick logs from specific log source.