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!

New Year, New Changes for Splunk Certifications

As we embrace a new year, we’re making a small but important update to the Splunk Certification ...

Stay Connected: Your Guide to January Tech Talks, Office Hours, and Webinars!

What are Community Office Hours? Community Office Hours is an interactive 60-minute Zoom series where ...

[Puzzles] Solve, Learn, Repeat: Reprocessing XML into Fixed-Length Events

This challenge was first posted on Slack #puzzles channelFor a previous puzzle, I needed a set of fixed-length ...