Getting Data In

Why are we not receiving artifacts from jenkins?

rupkumar4sec
Path Finder

Hello all,
I am using the Splunk plugin for Jenkins for pulling data from Jenkins and all the configurations are as per the documentation. 

https://plugins.jenkins.io/splunk-devops/ 

//send job metadata and junit reports with page size set to 50 (each event contains max 50 test cases)
splunkins.sendTestReport(50)
//send coverage, each event contains max 50 class metrics
splunkins.sendCoverageReport(50)
//send all logs from workspace to splunk, with each file size limits to 10MB
splunkins.archive("**/*.log", null, false, "10MB")


We are receiving logs in jenkins_console and jenkins_statistics but not receiving any data in jenkins_artifact.
Do we need any additional configurations for collecting jenkins_artifact logs? 

Looking forward to any thoughts and suggestions. Thanks in advance.

 

Tags (1)
0 Karma

emnioj
New Member

@Anonymous i am facing the similar issue. did you manage to get the issue? if yes, could help providing your inputs.

if not, can someone help or. have similar issue and manage to resolve it ?.

Thanks.

0 Karma
Got questions? Get answers!

Join the Splunk Community Slack to learn, troubleshoot, and make connections with fellow Splunk practitioners in real time!

Meet up IRL or virtually!

Join Splunk User Groups to connect and learn in-person by region or remotely by topic or industry.

Get Updates on the Splunk Community!

[Puzzles] Solve, Learn, Repeat: Character substitutions with Regular Expressions

This challenge was first posted on Slack #puzzles channelFor BORE at .conf23, we had a puzzle question which ...

Splunk Community Badges!

  Hey everyone! Ready to earn some serious bragging rights in the community? Along with our existing badges ...

[Puzzles] Solve, Learn, Repeat: Matching cron expressions

This puzzle (first published here) is based on matching timestamps to cron expressions.All the timestamps ...