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 the Splunk Community Dashboard Challenge!

Welcome to Splunk Community Dashboard Challenge! This is your chance to showcase your skills in creating ...

Get the T-shirt to Prove You Survived Splunk University Bootcamp

As if Splunk University, in Las Vegas, in-person, with three days of bootcamps and labs weren’t enough, now ...

Wondering How to Build Resiliency in the Cloud?

IT leaders are choosing Splunk Cloud as an ideal cloud transformation platform to drive business resilience,  ...