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 Funct for Splunk
SHA256 checksum (funct-for-splunk_03.tgz) 6d32730841bcc07f714dabe2b1f2729b19beed58ef7eafd92b4469cb280a96cf
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Funct for Splunk

Splunk Cloud
This app has been archived. Learn more about app archiving.
This app is NOT supported by Splunk. Please read about what that means for you here.
Overview
Details
The idea behind this app (custom command) is to extend the concept of Splunk's punct field to SPL. Funct got its name by combining "field" and "punct(uation)". Now you can easily find the skeleton of the values in a field and compare that format to expected formats or even help determine the Regex required for an effective field extraction.

How to use the Funct command:

Usage of the Funct command is relatively easy and works particularly well after a transforming command such as stats. Running the Funct commands requires that you specify the command (obviously), a source field, and output field. Optionally, you can specify a character limit. The default character limit is the first 1000 characters of a string.


Use case(s):

Username formatting:

Truly determine the number of different username formats that are floating around on your network. The following query will quickly show you policy vs. reality when it comes to username naming conventions.

| tstats count FROM datamodel=Authentication WHERE Authentication.user=* NOT Authentication.user=*$* by Authentication.user
| rename Authentication.* AS *
| funct user fieldname=funct_out
| stats latest(user) AS user by funct_out

Detect broken events:

On its way...


Support:

Submit an issue here https://github.com/jdeer0618/funct/issues


Release Notes

Version 0.3
May 30, 2017

Updated README.md for app certification.


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.