All Apps and Add-ons

Filter console outputs from Jenkins loggers

dsmc_adv
Path Finder

My splunk instance is indexing lots of console errors performed by a job that I cannot determine. I discarded a time ago the .log files that are in the workspace but now I have 1gb of data indexed by day:

index =jenkins_console
source = logger://org.biouno.unochoice.AbstractUnoChoiceParameter
log_thrown: java.lang.RuntimeException: Failed to evaluate script: No such property: url for class: Script1

How do I determine where is coming from, and then how I fix it or discard these messages ?

Tags (1)
0 Karma

txiao_splunk
Splunk Employee
Splunk Employee

Are you using active-choices-plugin ( https://wiki.jenkins.io/display/JENKINS/Active+Choices+Plugin) ? It seems there is a groovy script error in the active choice plugin config

No such property: url for class Script1

I think once you fix the script, the error will gone

0 Karma

amiftah
Communicator

@dsmc_adv,

You can add nullqueue to eliminate some events from indexing:
In props.conf, you add:

[source::/var/log/messages]
TRANSFORMS-null= setnull

And in transforms.conf:

[setnull]
REGEX = \[things you want to discard\]
DEST_KEY = queue
FORMAT = nullQueue
0 Karma
Get Updates on the Splunk Community!

Index This | Forward, I’m heavy; backward, I’m not. What am I?

April 2024 Edition Hayyy Splunk Education Enthusiasts and the Eternally Curious!  We’re back with another ...

A Guide To Cloud Migration Success

As enterprises’ rapid expansion to the cloud continues, IT leaders are continuously looking for ways to focus ...

Join Us for Splunk University and Get Your Bootcamp Game On!

If you know, you know! Splunk University is the vibe this summer so register today for bootcamps galore ...