All Apps and Add-ons

Fire Brigade: How do I troubleshoot Index Configuration panel "Error in 'where' command: The 'mvdedup' function is unsupported or undefined." in Splunk 6.1.3?

vchepkov
Explorer

Get an error on this page:

Number of Indexes with Mis-Matched Size
 Error in 'where' command: The 'mvdedup' function is unsupported or undefined.

I have Splunk 6.1.3

0 Karma

sowings
Splunk Employee
Splunk Employee

Ah, yes indeed. My mistake, I was searching the wrong code branch! For this particular panel, you can edit the search (until you upgrade Splunk!) to read where mvcount(maxTotalDataSizeMB) > 1. You'll get a false positive if you change the radio button for "Collapse Distinct Values" to "No", but at that point you're looking for other problems.

0 Karma

sowings
Splunk Employee
Splunk Employee

Sure enough. It looks like the mvdedup function was introduced in 6.2. I've looked over the code (searches) for that dashboard, and I don't find any mvdedup calls, even for a couple back versions of Fire Brigade. What version are you using? If upgrading the app is an option, you may find that it works for you (the current code doesn't contain an mvdedup call).

0 Karma

vchepkov
Explorer

I have the most latest version - 2.0.4 and it's there:

$ grep -R mvdedup .
./default/data/ui/views/index_configs.xml:      where mvcount(mvdedup(maxTotalDataSizeMB)) > 1
0 Karma
Career Survey
First 500 qualified respondents will receive a $20 gift card! Tell us about your professional Splunk journey.
Get Updates on the Splunk Community!

Tech Talk Recap | Mastering Threat Hunting

Mastering Threat HuntingDive into the world of threat hunting, exploring the key differences between ...

Observability for AI Applications: Troubleshooting Latency

If you’re working with proprietary company data, you’re probably going to have a locally hosted LLM or many ...

Splunk AI Assistant for SPL vs. ChatGPT: Which One is Better?

In the age of AI, every tool promises to make our lives easier. From summarizing content to writing code, ...