Refine your search:

I upgraded from 4.2.2 to 4.2.3 (Windows). After the upgrade, this message appears in the top of my browser:

Misconfigured view 'search_ui_activity' - Unknown parameter 'suppressionList' is defined for module ViewstateAdapter. Make sure the parameter is specified in ViewstateAdapter.conf.

Anyone know what to do about that?

asked 09 Sep '11, 18:45

tasdienes's gravatar image

tasdienes
131
accept rate: 0%

What view is this? Is this simple or advanced XML?

(12 Sep '11, 07:57) araitz ♦

I did as you said, and added this stanza to the ViewstateAdapter.conf file, but even after restarting splunk i still get the error.

I am using advanced XML. Any ideas??

(12 Oct '11, 13:16) jdunlea_splunk

My guess is that this is a problem with how Simple XML converts to Advanced XML. If you add "&showsource=1" to the end of the URL, you can grab the converted advanced XML, paste it into a new view, remove the suppressionList param for ViewstateAdapter, and then see if the issue goes away.

(12 Oct '11, 13:32) araitz ♦

One Answer:

Check your ViewstateAdapter.conf in $SPLUNK_HOME/share/splunk/search_mrsparkle/modules/results . Does it have a...

[param:suppressionList]
required = false

...stanza?

link

answered 12 Sep '11, 07:19

rroberts's gravatar image

rroberts
1.7k218
accept rate: 44%

It did not. I added that, and the message went away. Thanks!

(12 Sep '11, 18:52) tasdienes

So was it simple or advanced XML? In other words, which view was this?

(12 Sep '11, 20:37) araitz ♦
Post your answer
toggle preview

Follow this question

Log In to enable email subscriptions

RSS:

Answers

Answers + Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "Title")
  • image?![alt text](/path/img.jpg "Title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×5
×1

Asked: 09 Sep '11, 18:45

Seen: 628 times

Last updated: 12 Oct '11, 13:32

Copyright © 2005-2012 Splunk Inc. All rights reserved.