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 Technology Add-on for Certificate Checking
SHA256 checksum (technology-add-on-for-certificate-checking_122.tgz) 64725a663b232bbc04bd514184ed1de7b1f53fd8ab09a55021f090ed846bf7fc SHA256 checksum (technology-add-on-for-certificate-checking_120.tgz) 2e0bfdfc1fec98896662f3a0793a7f303f6e7840df9c4cd8a1238ae07c706584 SHA256 checksum (technology-add-on-for-certificate-checking_110.tgz) 661c39d6fbd84ec44d1e7a5039ed71c8cf7a26f8c32fb3f68fe4b730a5dc630e SHA256 checksum (technology-add-on-for-certificate-checking_102.tgz) 581bde785c591df3e6e818413e84340efab53c827909b1b06df3f58790d5d115 SHA256 checksum (technology-add-on-for-certificate-checking_101.tgz) 53de3760dbdb4baecca967d66c4da2f55e9cc31065092e7bc22ff9c42aae7bc3 SHA256 checksum (technology-add-on-for-certificate-checking_100.tgz) b831e44bdb502f528c317451108609594866d703a114fd9ec5b32589ac7d5e81
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Technology Add-on for Certificate Checking

Splunk Cloud
Overview
Details
Are you tired of wondering when your Splunk certificates expire within the cluster? Or perhaps which certificate you used for that specific Splunk service?

This Technology Add-on is the answer to that question for your Splunk servers or universal forwarders. The TA looks at all the ports bound by the Splunk service and checks for the certificate expiration date. This information is then ingested into Splunk in JSON format.

NOTE: A minimum of Python3.X is required for this application to function

Technology Add-On for Certificate Checking

Please note which scripted input to use, based on the host OS you want to monitor for certificate expirations.
You may enable both inputs and apply to *nix and Windows server classes

TIP: Most Universal Forwarder's have the management port disabled (TCP/8089) so in most cases, deploying this
app to UF's will yield zero results

NOTE: In order for the Windows input to function, Python 3.X needs to be installed as a module available to Powershell
To test, run the command Get-Command Python3 in a Powershell window

./default/inputs.conf

# This input is for *nix hosts
[script://./bin/start_linux_check.sh]
interval = 30 1 * * Sun
sourcetype = json_no_timestamp
source = TA_certificate_checker
disabled = 1

# This input is for Windows hosts
[powershell://start_windows_check]
script = . "$SplunkHome\etc\apps\TA_certificate_checker\bin\start_windows_check.ps1"
schedule = 30 1 * * Sun
sourcetype = json_no_timestamp
source = TA_certificate_checker
disabled = 1

Generic search/dashboard

index=[user defined] source=TA_certificate_checker sourcetype=json_no_timestamp
| eval expSeconds=(notAfterEpoch - now())
| eval status=if(expSeconds < 0, "Expired", "Valid")
| eval expires=toString(expSeconds, "duration")
| eval expires=if(status = "Expired", -1, expires)
| stats values(host) as "Host", values(CN) as "Common Name", values(expires) as "Expires", by serial, status, service_port
| sort status, expires

System Requirements : Python 3.X or greater
App Developer : Adam Saul
Version Support : app_support@dispatchitsolutions.io

Release Notes

Version 1.2.2
Feb. 8, 2023

Supports various (apps|peer-apps|slave-apps) directories

Version 1.2.0
Feb. 6, 2023
  • Added support for Splunk UF's Linux and Windows
  • Python 3.X is required
  • Windows will need a Python 3.X module
  • You can check for the module with the following command: Get-Command python3
Version 1.1.0
March 3, 2022
  • Added two JSON fields that represent the "notBefore" and "notAfter" in epoch
Version 1.0.2
July 21, 2021
  • Fixed Splunk icons
Version 1.0.1
July 19, 2021
  • Added README
Version 1.0.0
July 19, 2021
  • Initial release with support for Nix hosts and Windows
    NOTE: Requires Python3 to be installed on the host

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 LLC in the United States and other countries. All other brand names,product names,or trademarks belong to their respective owners.