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

.conf25 Global Broadcast: Don’t Miss a Moment

Hello Splunkers, .conf25 is only a click away.  Not able to make it to .conf25 in person? No worries, you can ...

Observe and Secure All Apps with Splunk

 Join Us for Our Next Tech Talk: Observe and Secure All Apps with SplunkAs organizations continue to innovate ...

What's New in Splunk Observability - August 2025

What's New We are excited to announce the latest enhancements to Splunk Observability Cloud as well as what is ...