hi All,
I have 15 services with multiple KPI's in test environment which I need to move to another environment. using partial backup can I move all of these 15 services to the desired environment. in the documentation it has been given for one service, will it work for multiple services as well?
If so can someone help me how to do that
Example of my Services:
ABCD Hybris shgjh
ABCD Hybris hsjlkk
ABCD Hybris bjksjk
XYZ Hybris yyriyi
XYZ Hybris wterety
XYZ Hybris poiopi
Hybris is the only common in the services, will it work if i use like below
[
{
"object_type": "service",
"title_list": "^* Hybris *$"
}
]
OR
[
{
"object_type": "service",
"title_list": "^ ABCD Hybris shgjh$" , "^ ABCD Hybris hsjlkk$", "^ ABCD Hybris yyriyi$"
}
]
http://docs.splunk.com/Documentation/ITSI/3.0.0/Configure/kvstore_to_json.pyoperations#Partial_backup
Thanks,
Sree
... View more