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 Levenshtein Command
SHA256 checksum (levenshtein-command_06.tgz) 03b540df22abf974e8f59caa5760e0a9fa9e3f7dde6413ba3da9133ad92882ef SHA256 checksum (levenshtein-command_05.tgz) 697af965008bc74b1b2864947005fd55f2ea6291698253351c8ffb3ae751ac21
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

Levenshtein Command

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
This add-on uses the github distribution of the Levenshtein command to find
the raio or distance between two strings. READ the README.txt for installation.

Usage:

|levenshtein (distance|ratio) field1 field2 | table field1 field2 ratio

Examples:

sourcetype=apache | levenshtein ratio client_domain src_domain | table client_domain src_domain ratio

sourcetype=apache | levenshtein distance client_domain src_domain | table client_domain src_domain distance

sourcetype=apache | levenshtein all client_domain src_domain | table client_domain src_domain ratio distance

Please note that I tested this using Python 2.7 on a MacOS. The script calls the Levenshtein "egg" module that installs OUTSIDE of Splunk Python. It appears that the github download for Levenshtein in Python is 32 bit, which may not work as is on a 64 bit Linux machine running Splunk 64 bit.

In simple terms, distance is the number of characters that differ and ratio is the percentage of characters that differ. So, rocks and docks will have a distance of 1 and ratio of .8.

From Splunker Burch Simon:

"Ever wonder if it’s possible to search things that aren’t an exact match? What if you’re looking for “Google” in your data but still want to find matches for “Gogle” and “Googlle”? Well, you’re in luck because that’s exactly what the Levenshtein command does! Extend your SplunkFu by finding and filtering results based on how close of a match they are. Say goodbye to your binary world of equals and not equals. Say hello to Levenshtein!"

Release Notes

Version 0.6
Nov. 11, 2014

Added all option to get ratio and distance fields at the same time.

Version 0.5
Nov. 5, 2014

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.