Dashboards & Visualizations

Splunk Jenkins app dashboard not fetching console logs of pipeline jobs

rakesh635
Engager

Have configured splunk plugin in jenkins and have installed jenkins app for splunk. Everything seems to be working, except, jenkins_console index is not receiving console logs of pipeline jobs.
Can anyone guide me how to make this work.

Tags (1)
0 Karma
1 Solution

rakesh635
Engager

I figured out and it can be done, doing some modifications in pipeline script,

scripted pipeline

sendSplunkConsoleLog {
node{
sh "echo testjob";
}
}

declarative pipeline

pipeline {
agent any
options {
timeout(time: 1, unit: 'HOURS')
sendSplunkConsoleLog()
}
stages {
stage('Example') {
steps {
echo 'Hello World'
}
}
}
}

View solution in original post

0 Karma

rakesh635
Engager

I figured out and it can be done, doing some modifications in pipeline script,

scripted pipeline

sendSplunkConsoleLog {
node{
sh "echo testjob";
}
}

declarative pipeline

pipeline {
agent any
options {
timeout(time: 1, unit: 'HOURS')
sendSplunkConsoleLog()
}
stages {
stage('Example') {
steps {
echo 'Hello World'
}
}
}
}

0 Karma
Get Updates on the Splunk Community!

More Ways To Control Your Costs With Archived Metrics | Register for Tech Talk

Tuesday, May 14, 2024  |  11AM PT / 2PM ET Register to Attend Join us for this Tech Talk and learn how to ...

.conf24 | Personalize your .conf experience with Learning Paths!

Personalize your .conf24 Experience Learning paths allow you to level up your skill sets and dive deeper ...

Threat Hunting Unlocked: How to Uplevel Your Threat Hunting With the PEAK Framework ...

WATCH NOWAs AI starts tackling low level alerts, it's more critical than ever to uplevel your threat hunting ...