Hi PISC,
if google did translate this correctly and I get it correct, you can use rename to change names of fields used in column. For example:
... | rename user AS myUser | ...
or
... | rename count AS myCount | ...
Also, you can name fields also directly in chart
or timechart
like this:
... | timechart values(count) AS myCount by host
hope this helps ...
cheers, MuS
ご回答ありがとうございます。
「サーチ」のrename関数を使用するわけではなく、Splunkにデータが取り込まれた際に決定するカラム自体を変更したいです。
調べたところ、props.confにエイリアスを入力すれば目的としていることが出来ました。
Language should never be a barrier 🙂