Log files Exposed as APIs

Hi All,

I want to expose the log files which are present in the apian cloud network which are given by default, Can we expose those files to the external system as API call.

 

TIA

:)

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Lead Developer
    Is there some specific data you are trying to process? Or are you just trying to get all logs into another log processor/SIEM tool like Splunk or similar? Understanding what you want to do with that data may present some alternate options for the use case.

    By default, the Appian Cloud logs aren't available directly through an API. To work around this, there are two options I've seen customers use:

    1) Pull-based - Leverage a smart service (such as Log Reader -forum.appian.com/.../summary) to pull information, and then expose that pulled data through an Appian Web API.

    2) Push-based - On some interval, use a smart service to read records from logs and push to an external source.

    Regardless, there is a lot of data in Appian logs, so I would be conservative on what I'd feed to another system.
  • Hi Justin,
    Thanks for the reply,

    Our thought is that we are planning to show these logs in our DevOps Platform and we are planning to show all the systems used in our application in a single place.

    So our main intention is to get the logs from Appian cloud.

    May be I think that I will be using the second approach where I can pull the data to read the logs and get those pushed into an external system.

    Please let me know if this approach will work

    Thank you :)
Reply
  • Hi Justin,
    Thanks for the reply,

    Our thought is that we are planning to show these logs in our DevOps Platform and we are planning to show all the systems used in our application in a single place.

    So our main intention is to get the logs from Appian cloud.

    May be I think that I will be using the second approach where I can pull the data to read the logs and get those pushed into an external system.

    Please let me know if this approach will work

    Thank you :)
Children