The following are the configurations i have used to configure my spring boot app that has log4j2 for logging app log events to splunk using HEC
<Root level="INFO">
<AppenderRef ref="http-inputs"/>
</Root>
</Loggers>
IS there any other configuration that i need to do . As i am not seeing any logs in splunk cloud
Hello,
Before these configurations, we usually add a section with the IP for the splunk instance and splunk token. Could you maybe check this section to see if its all good?