Splunk Search

イベントから任意の文字列を置換する方法は?

Splunk_Shinobi
Splunk Employee
Splunk Employee

データを取り込んだ後に、イベントの中の文字を置換したり追加・削除することは可能ですか。
例えば、イベント中に含まれるすべての"(ダブルクオート)を外してから検索を行う、など。

Tags (1)
0 Karma
1 Solution

melonman
Motivator

可能です。
ダブルクオートを削除する際には、

... | rex mode=sed "s/\"//g" | ...

としていただければ、
イベントから"が削除された状態で検索をすすめることができます。

View solution in original post

0 Karma

melonman
Motivator

可能です。
ダブルクオートを削除する際には、

... | rex mode=sed "s/\"//g" | ...

としていただければ、
イベントから"が削除された状態で検索をすすめることができます。

0 Karma
Get Updates on the Splunk Community!

OpenTelemetry for Legacy Apps? Yes, You Can!

This article is a follow-up to my previous article posted on the OpenTelemetry Blog, "Your Critical Legacy App ...

UCC Framework: Discover Developer Toolkit for Building Technology Add-ons

The Next-Gen Toolkit for Splunk Technology Add-on Development The Universal Configuration Console (UCC) ...

.conf25 Community Recap

Hello Splunkers, And just like that, .conf25 is in the books! What an incredible few days — full of learning, ...