Preview [ Preview documentation: caution, tech writers working. ]
Print Version Contents
This page last updated: 06/24/08 11:06am

Search command: nomv

Use nomv to change a multi-value field into a single-value field at search time. This is useful if you want to override multi-value field configurations in fields.conf. nomv causes multi-value field values to be considered as one single-value string (ignoring delimiters and tokenizers set in fields.conf).

Note: Learn how to configure multi-value fields via fields.conf.

Syntax

nomv field

Arguments

field field name (string) Specify a multi-value field to change to a single-value field.

Examples

Splunk Web:

This example searches sendmail events and returns the top lists of senders (a complete matching list of email addresses). If nomv isn't added to this search, then this example returns the top individual senders based on the multi-value field configuration in fields.conf.

eventtype="sendmail" | nomv senders | top sendersSearch

Previous: Search command: mvexpand    |    Next: Search command: overlap

Comments

No comments have been submitted.

Log in to comment.