Splunk AppDynamics

import ALL health rules fails with vague message

Nabil_Karroumi
Explorer

Hello,

I followed the documentation to export health rules from one app as follows: 

curl -k --user admin@@customer1:password https://controllerFQDN:8181/controller/healthrules/35 >> healthrules.xml

Then I tried importing the health rules to a different App using the following: 

curl -k -X POST --user admin@customer1:password https://controllerFQDN:8181/controller/healthrules/52 -F file=@healthrule.xml

I get the following error: 

"Min triggers should be within 0 and 1."

I am not sure what that means or if I am doing anything wrong. I followed the documentation exactly as written.

Thanks,

Labels (3)
Tags (2)
0 Karma
1 Solution

Nabil_Karroumi
Explorer

I figured it out. Make sure all health rules are correct and have no warnings.

View solution in original post

Nabil_Karroumi
Explorer

I figured it out. Make sure all health rules are correct and have no warnings.

iamryan
Community Manager
Community Manager

Hi @Nabil.Karroumi,

Thanks for reporting back with your solution! We really encourage that here. Knowledge sharing is key to this community.

0 Karma
Get Updates on the Splunk Community!

Splunk Decoded: Service Maps vs Service Analyzer Tree View vs Flow Maps

It’s Monday morning, and your phone is buzzing with alert escalations – your customer-facing portal is running ...

What’s New in Splunk Observability – September 2025

What's NewWe are excited to announce the latest enhancements to Splunk Observability, designed to help ITOps ...

Fun with Regular Expression - multiples of nine

Fun with Regular Expression - multiples of nineThis challenge was first posted on Slack #regex channel ...