Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yegorkozlov/aem-splunk-appender
Send AEM logs to a Splunk server using an OSGi configured Logback appender
https://github.com/yegorkozlov/aem-splunk-appender
aem appender logback logback-appender sling splunk
Last synced: 14 days ago
JSON representation
Send AEM logs to a Splunk server using an OSGi configured Logback appender
- Host: GitHub
- URL: https://github.com/yegorkozlov/aem-splunk-appender
- Owner: YegorKozlov
- License: apache-2.0
- Created: 2023-08-14T13:27:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-08-15T10:45:27.000Z (over 1 year ago)
- Last Synced: 2024-10-16T20:52:59.739Z (about 1 month ago)
- Topics: aem, appender, logback, logback-appender, sling, splunk
- Language: Java
- Homepage:
- Size: 181 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](https://docs.splunk.com/Documentation/Splunk/8.0.4/Data/HECExamples) 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](./docs/configure.png)