Splunk Search

how to add a string to a table element?

wsw70
Communicator

Hello

I have two fields field1 and field2 extracted from my search and I would like to present then in a table, with a string prepended to one of them, something like:

field1 | http://example.com?field2

where http://example.com? is a fixed string.

Is this possible?

Thank you!

Tags (1)
1 Solution

aweitzman
Motivator

eval is your friend.

search-that-returns-fields | eval newfield="http://example.com?"+field2 | table field1 newfield

View solution in original post

aweitzman
Motivator

eval is your friend.

search-that-returns-fields | eval newfield="http://example.com?"+field2 | table field1 newfield

Get Updates on the Splunk Community!

Introducing Splunk Enterprise 9.2

WATCH HERE! Watch this Tech Talk to learn about the latest features and enhancements shipped in the new Splunk ...

Adoption of RUM and APM at Splunk

    Unleash the power of Splunk Observability   Watch Now In this can't miss Tech Talk! The Splunk Growth ...

Routing logs with Splunk OTel Collector for Kubernetes

The Splunk Distribution of the OpenTelemetry (OTel) Collector is a product that provides a way to ingest ...