https://github.com/accenture/ipaas-log-adapter
CloudSplunky, a non-intrusive, platform-level, plug-in/plug-out Cloudhub adaptor, helps organizations perform seamless analysis of application logs and monitoring across diverse and hybrid Mulesoft implementations.
https://github.com/accenture/ipaas-log-adapter
accenture adapter cloud cloudhub cloudsplunky ipass logging mule mulesoft open opensource source splunk
Last synced: 5 months ago
JSON representation
CloudSplunky, a non-intrusive, platform-level, plug-in/plug-out Cloudhub adaptor, helps organizations perform seamless analysis of application logs and monitoring across diverse and hybrid Mulesoft implementations.
- Host: GitHub
- URL: https://github.com/accenture/ipaas-log-adapter
- Owner: Accenture
- License: mit
- Created: 2018-03-20T09:01:00.000Z (about 8 years ago)
- Default Branch: development
- Last Pushed: 2020-04-08T14:02:36.000Z (about 6 years ago)
- Last Synced: 2026-01-29T00:39:55.453Z (5 months ago)
- Topics: accenture, adapter, cloud, cloudhub, cloudsplunky, ipass, logging, mule, mulesoft, open, opensource, source, splunk
- Language: HTML
- Homepage:
- Size: 32.2 KB
- Stars: 0
- Watchers: 9
- Forks: 1
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# **iPaas Log Adapter**
## Splunk Http Event Collector Configuration
- Login to Splunk enterprise on premise or cloud instance and configure HTTP Event Collector.
- Click on Settings > Data inputs > HTTP Event Collector.
- Click on Global settings, click on enabled button and enter port number on which logs to be collected.
- Click on new token and enter name.
- Click next and then submit. Copy Token Value for next configuration steps.
## iPaas Log Adapter Configuration
- Please do below configuration in src\main\app\mule-app.properties file.
- cloudhub.user=cloudhub user id
- cloudhub.password=cloudhub password
- poll.frequency= logs polling frequency in minutes
- splunk.host=host name where splunk instance is setup
- splunk.token=Splunk + http event collector token( Please do not remove ‘Splunk ‘ prefix)
- splunk.port= Http Event collector port
- application.names= Comma separated name of applications for which logs need to fetch
- lastRunDate= date and time in epoch date format. All the logs after this time will be fetched
- order= true for descending and false for ascending
- limit = Count of log line need to fetch in one go