Capture Platform Level logs

Hi All,

I have a requirement where I need to capture application logs(node failure, permissions etc) and product level (like Search server, Data server, Appian engines etc.) logs. Once captured an incident/ticket has to be raised in Appian (customized process)

For application logs, i know that this can be configured and a incident report can be generated with issue type, actor etc.

Can we do the same for product logs ? 

Also, can we create alerts for for product logs (similar to what we do for application where we configure alerts to a particular group) ?

Thanks in advance.

  Discussion posts and replies are publicly visible

Parents
  • There's a few ways I have seen teams deal with this. One thing you could do is to use the log reader plugin to return information from the logs and parse it out. For example, you could run a process which periodically scans the logs and triggers a process if there is an error. I've also seen a lot of projects use external log monitoring tools (e.g. Splunk). If you are on cloud, then you can use the Log Streamer to stream the results of the logs to another tool. If you're on premise, you'll have to set up the log streaming yourself.

    Keep in mind that Appian cloud also has a system for alerts and monitoring available for all customers. If we find an issue, we'll proactively open a support case for you and inform you what is going on.

    I'd also recommend using the Health Check. It will give you detailed information about platform wide issues and suggestions for how you can resolve issues.

Reply
  • There's a few ways I have seen teams deal with this. One thing you could do is to use the log reader plugin to return information from the logs and parse it out. For example, you could run a process which periodically scans the logs and triggers a process if there is an error. I've also seen a lot of projects use external log monitoring tools (e.g. Splunk). If you are on cloud, then you can use the Log Streamer to stream the results of the logs to another tool. If you're on premise, you'll have to set up the log streaming yourself.

    Keep in mind that Appian cloud also has a system for alerts and monitoring available for all customers. If we find an issue, we'll proactively open a support case for you and inform you what is going on.

    I'd also recommend using the Health Check. It will give you detailed information about platform wide issues and suggestions for how you can resolve issues.

Children