Direkt zum Inhalt

How to use Splunk for centerlized dashboard

Thread needs solution

Hello world!

We have 10+ sites with Acronis 15 On prem product installed.

We are trying to use centralized dashboard to monitor the failures and successfull backups for all site at 1 place

Does any one knows how Acronis can send the failures (with error messages), offline machines and successful status to Splunk?

0 Users found this helpful

Hello Prateek Sadana!

There's no direct integration for other systems as far as I know. The cloud supposedly has a doucmented REST API that can be leveraged for integrations. It's still there for OnPrem but it's hard to discover, not documented and generally not advised to use.

You'll probably have to put together some solution using a suitable source:

  • Reports as email
  • Reports as Excel
  • acrocmd commands
  • direct sql queries on the underlying dbs

For my own system I do this workflow: Custom Report with all widgets I'm interested in -> Drop the report on a network share -> Split the excel into a csv for each widget -> Import to Jira

-- Peter