Installation

Forms/Views behaviour after Splunk 6 Upgrade

mantockd
Explorer

I have just upgraded to Splunk 6.0. When I do a form search it has completely different behaviour in comparison to Splunk 5.

In Splunk 5 blank fields were like behaving as if there was * in the search query and all results were returned. Now if I do the same thing in Splunk 6.0 I get this error:

Search query is not fully resolved.

Even when I just launch the view I get the same error.

mantockd
Explorer

Yes this is

flavor of Simple XML

0 Karma

melting
Splunk Employee
Splunk Employee

Yeah this is a subtle change in the two versions

To work around use an empty default:

<input type="text" token="get3">
    <label>Get from drilldown: Count</label>
    <default></default>
</input>

mantockd
Explorer

I should have more accurately stated, this does solve the problem when searching, if I take * as the default, but the problem still remains on launching the form.

0 Karma

mantockd
Explorer

flavor of Simple XML

0 Karma

melting
Splunk Employee
Splunk Employee

What is your xml?

0 Karma

mantockd
Explorer

This did not resolve the problem.

0 Karma

sideview
SplunkTrust
SplunkTrust

Is this view written in the <form> flavor of Simple XML?

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 ...