Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Log messages from Apigee Edge Cloud into Splunk Cloud

We have below things :

1. Apigee Edge SAAS Standard Cloud license version of Apigee.

2. Splunk Cloud 15 days trial account.

Usecase is We need to integrated Apigee Edge Cloud with Splunk Cloud. Does Apigee Edge SAAS Standard Cloud supports this ?

If yes , can someone explain the steps . I need to use Apigee Edge Cloud to Log over TCP to Splunk Cloud using Message Logging Policy.

What should come in <Host>XX.XX.XX.XX</Host>

<MessageLogging name="Log-to-splunk-over-TCP">
    <DisplayName>Log to splunk over TCP</DisplayName>
    <Syslog>
        <Message>Message = "Something happened and I am logging via TCP"</Message>
        <Host>XX.XX.XX.XX</Host>
        <Port>2900</Port>
        <Protocol>TCP</Protocol>
    <SSLInfo>
        <Enabled>true</Enabled>
    </SSLInfo>
    </Syslog>
</MessageLogging>

Note: I have already gone through the links like below :

https://community.apigee.com/articles/13298/log-messages-into-splunk.html

0 5 1,711
5 REPLIES 5