icon/x Created with Sketch.

Splunk Cookie Policy

We use our own and third-party cookies to provide you with a great online experience. We also use these cookies to improve our products and services, support our marketing campaigns, and advertise to you on our website and other websites. Some cookies may continue to collect information after you have left our website. Learn more (including how to update your settings) here.
Accept Cookie Policy

We are working on something new...

A Fresh New Splunkbase
We are designing a New Splunkbase to improve search and discoverability of apps. Check out our new and improved features like Categories and Collections. New Splunkbase is currently in preview mode, as it is under active development. We welcome you to navigate New Splunkbase and give us feedback.

Accept License Agreements

This app is provided by a third party and your right to use the app is in accordance with the license provided by that third-party licensor. Splunk is not responsible for any third-party apps and does not provide any warranty or support. If you have any questions, complaints or claims with respect to this app, please contact the licensor directly.

Thank You

Downloading JFrog Platform Log Analytics
SHA256 checksum (jfrog-platform-log-analytics_127.tgz) ff985ea3a0949a9caa8fc0c7caf7ca5db65a4356625d0429074daf77aa757d8d SHA256 checksum (jfrog-platform-log-analytics_126.tgz) 6521a7ac71d6aeaeecff6984209b9f31a50c654c99ab23909dad07e776fdd1e1 SHA256 checksum (jfrog-platform-log-analytics_125.tgz) 4e0bdc66d0b9057859636934c30ec13e5dc0c2f07ca1e7b0b3cf00e1f7db6997
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

JFrog Platform Log Analytics

Splunk Cloud
Overview
Details
This app helps process extracted logs for the JFrog Platform, the universal, hybrid end-to-end DevOps platform. It should be a great help for any JFrog customer, but particularly for those managing multiple JFrog Platform high availability nodes. The app includes a complete diagnostic dashboard view for JFrog Artifactory with a few helpful views for Xray error tracking. Please let JFrog know what else you would like to see, and feel free to visit our Github for more documentation at: github.com/jfrog/log-analytics. Please see our blog for a walkthrough on how to setup the integration: https://jfrog.com/blog/unified-jfrog-log-analytics-with-splunk/

JFrog Platform Log Analytics Splunk App

Getting Started

Install the app in your Splunk instance. Then restart your Splunk instance by going to Server Controls > Restart.

Create the HEC Data Input to Receive Data

You may need to create a new HTTP Event Collector data input. You can do this at Settings > Data Inputs > HTTP Event Collector. Use the JFrog app as the context. Then use the token as the HEC_TOKEN as described below in the FluentD configuration.

Install FluentD

FluentD is used to send log events, violations and metrics to Splunk. This repo contains instructions on various installations options for Fluentd as a logging agent. The FluentD configuration must specify the HEC_HOST, HEC_PORT and HEC_TOKEN.

For Logs,
<match jfrog.**>
  @type splunk_hec
  protocol COM_PROTOCOL
  hec_host HEC_HOST <-- splunk host
  hec_port HEC_PORT <-- splunk HEC port
  hec_token HEC_TOKEN <-- replace HEC_TOKEN
  index jfrog_splunk
  format json
  # buffered output parameter
  flush_interval 10s
  insecure_ssl INSECURE_SSL
  # ssl parameter
  use_ssl false
  ca_file /path/to/ca.pem
</match>

For Metrics,
<match jfrog.metrics.**>
  @type splunk_hec
  datatype metric
  protocol COM_PROTOCOL
  hec_host HEC_HOST <-- splunk host
  hec_port HEC_PORT <-- splunk HEC port
  hec_token METRICS_HEC_TOKEN <-- replace METRICS_HEC_TOKEN for Metrics Use
  index jfrog_splunk_metrics
  format json
  # buffered output parameter
  flush_interval 10s
  insecure_ssl INSECURE_SSL
  # ssl parameter
  use_ssl false
  ca_file /path/to/ca.pem
</match>

#END SPLUNK OUTPUT

Additional Setup

For complete instructions on setup of the integration between JFrog Artifactory & Xray to Splunk visit our Github repo

This repo will contain instructions on various installations options of fluentd as a logging agent to collect logs to be sent to Splunk.

Release Notes

Version 1.2.7
June 5, 2023

[1.2.7] - Jun 6th, 2023

  • Verified dashboard widget queries for Artifactory and Xray dashboards
  • Updated documentation to setup JFrog Splunk Integration
Version 1.2.6
March 8, 2022

[1.2.6] - Mar 8, 2022

  • Minor bug fixes with inclusion of metadata tags in queries

[1.2.5] - Jan 17, 2022

[1.2.4] - Jan 17, 2022

[1.2.3] - Aug 26, 2021

  • Updating jQuery version to 3.5.0 or higher

[1.2.2] - Aug 3, 2021

  • Fixing violation data with correlation widget fields

[1.2.1] - Jun 22, 2021

  • App restarts after installation
Version 1.2.5
Jan. 25, 2022

[1.2.5] - Jan 17, 2022

[1.2.4] - Jan 17, 2022

[1.2.3] - Aug 26, 2021

  • Updating jQuery version to 3.5.0 or higher

[1.2.2] - Aug 3, 2021

  • Fixing violation data with correlation widget fields

[1.2.1] - Jun 22, 2021

  • App restarts after installation

[1.2.0] - May 26, 2021

Breaking Changes

  • Using unified fluentd configuration for Xray Logs and Violations dashboards
  • Using APIKey to authenticate Xray Violations (SIEM fluentd input plugin)
  • Sending Xray logs and violation data to the same index
  • Using log_source to filter in Xray Violations dashboard queries

[1.1.8] - Apr 12th, 2021

  • Fixing violation data correlatio

Subscribe Share

Are you a developer?

As a Splunkbase app developer, you will have access to all Splunk development resources and receive a 10GB license to build an app that will help solve use cases for customers all over the world. Splunkbase has 1000+ apps from Splunk, our partners and our community. Find an app for most any data source and user need, or simply create your own with help from our developer portal.

Follow Us:
Splunk, Splunk>,Turn Data Into Doing, Data-to-Everything, and D2E are trademarks or registered trademarks of Splunk Inc. in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.