Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 659 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 659 Bytes

AEM Splunk HEC Appender

Purpose

Send AEM logs to a Splunk server using an OSGi configured Logback appender.

How to Use

Configuration

To configure the Splunk appender you will need to specify :

  • Splunk HEC endpoint.

  • Splunk HEC token.

  • Splunk index

  • See this page for more information.

Configure a new instance of the com.adobe.acs.commons.splunk.SplunkHecAppenderActivator. To log all messages, leave the logger names field as ROOT, otherwise specify the specific logger names in the logger:level format, e.g. 'foo.bar:INFO'

configure