All Apps and Add-ons

Does the EMC XtremIO Add-on for Splunk Enterprise work for a deployment of multiple XIO arrays from one Console?

mrulf
New Member

I recently consolidated all of my XIO arrays to one console. Once that was done, I can no longer see volume information for any of the arrays. Do you know if the Add-on works for this deployment architecture?

Thanks,

Mike

0 Karma

pjvarjani
Path Finder

Hi Mike,

EMC XtremIO Add-on works with multiple XIO Clusters.Can you run the following search and check whether volume data is there or not:

index=main sourcetype=emc:xtremio:rest component=volumes

Thanks,
Pankaj

0 Karma

mrulf
New Member

It stopped collecting when we consolidated the arrays to one console. In looking @ the REST API calls, I see that when a console manages more than one array that you are required to pass an ClusterID to obtain volume information. Here is an example of the original REST call which now generates an error:

curl -k https://user:pass@array01.acme.com/api/json/types/volumes/62951
{
"message": "cluster_id_is_required",
"error_code": 400

Instead you must now pass the cluster name so the request now becomes:

curl -k https://user:pass@xioconsole.acme.com/api/json/types/volumes/62951?cluster-name=array01

This revised call returns all the REST properties for the volume.

Best,

Mike

0 Karma
Get Updates on the Splunk Community!

Platform Newsletter Highlights | March 2023

 March 2023 | Check out the latest and greatestIntroducing Splunk Edge Processor, simplified data ...

Enterprise Security Content Updates (ESCU) - New Releases

In the last month, the Splunk Threat Research Team (STRT) has had 3 releases of new content via the Enterprise ...

Thought Leaders are Validating Your Hard Work and Training Rigor

As a Splunk enthusiast and member of the Splunk Community, you are one of thousands who recognize the value of ...