Refine your search:

What's the best way to preserve legitimate errors/warnings on a dashboard that uses |inputlookup to populate dropdowns or other UI elements, while suppressing the following message:

Successfully read lookup file '/opt/splunk/etc/apps/appname/lookups/lookupfile.csv'

Is there a preferred value for the filter parameter below that will suppress just that one message?

    <module name="Message" layoutPanel="messaging">
            <param name="filter">*</param>
            <param name="clearOnJobDispatch">False</param>
            <param name="maxSize">1</param>
    </module>

asked 30 Aug '10, 01:56

southeringtonp's gravatar image

southeringtonp ♦
4.5k1215
accept rate: 35%


One Answer:
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:

×325
×189
×161

Asked: 30 Aug '10, 01:56

Seen: 846 times

Last updated: 03 Sep '10, 21:02

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