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 csvutils
SHA256 checksum (csvutils_03.tgz) 286d0ef9739b0e31fbbf59ac5f5b1fca96efbd448e28b8e38cb4716d00b84256 SHA256 checksum (csvutils_02.tgz) 2d5541adb8489d9d933345e3d247993d2316687accad1f8965e74544f6f7b3cf
To install your download
For instructions specific to your download, click the Details tab after closing this window.

Flag As Inappropriate

splunk

csvutils

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
CSV Utilities is a utility app with precisely one command so far, emailcsvs. Given a list of csvs that have been created with outputcsv, each of the csv files is attached to a message and mailed to the address provided.

Two commands so far.

matchfieldfromcsv:
Given the path to a csv file somewhere in SPLUNK_HOME, tag all events passed in with the values found in the specified field.
This is useful for counting matches of certain terms in raw in events, even if they can't easily be extracted into fields.
The raw text of each event will be tested for each value of field in the csv file, and if a match is found, that field is attached the event.

Example:
* | matchfieldfromcsv csv="/etc/apps/foo/test.csv" field="bar"
Example 2:
* [|inputlookup users | rename username as search | fields + search | format ] | matchfieldfromcsv csv="etc/apps/search/lookups/users.csv" field=username | stats count by username

emailcsvs:
Given a list of csvs that have been created with outputcsv, each of the csv files is attached to a message and mailed to the address provided.

Example:

my great search | outputcsv foo.csv | emailcsvs to="you@there.com" csvs="foo.csv"

or more complicated:

my great search | outputcsv foo.csv | append maxtime=3600 [search my other great search | outputcsv bar.csv] | emailcsvs to="you@there.com" csvs="foo.csv,bar.csv" delete_on_exit=true

I will add other commands as it comes up, or per suggestion.

Cheers,
Vincent
vincent.bumgarner@gmail.com

Release Notes

Version 0.3
July 27, 2011

Added matchfieldfromcsv.

Version 0.2
April 1, 2011

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.