This input returns information on the deployment of each domain (application) in a given environment.
Events contain information on deploymentIds and domains within the environment, as well as instanceIds and status for each worker in that domain.
Splunk events
Sourcetype: mulesoft:deployments
Timestamp: time that the data was received by Splunk
Sample event:
{"deploymentId": "60af77a566408611ac84277a", "createTime": "2021-05-27T10:42:45.951Z", "startTime": "2021-05-27T10:42:49.951Z", "endTime": "2021-05-27T10:44:33.574Z", "instances": [{"instanceId": "60af77a566408611ac84277a-0", "publicIPAddress": "18.216.111.13", "status": "STARTED", "region": "us-east-2"}], "domain": "contactapi-7989847"}
About this input
This input calls the URL
https://anypoint.mulesoft.com/cloudhub/api/v2/applications/{domain}/deployments.
Using the parameters:
- Global account: Specified when input is configured
- environmentId: Specified when input is configured
- organizationId: Specified when input is configured
- domain: derived by the input via an API call
It will iterate over every domain (application) within the environment specified when the input is set up and subsequently look at each instance (worker) in that domain. One event is written per domain.
Learn more: Mulesoft documentation.