Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
splunk の rex コマンドに問題があります。私のクエリは以下を出力します。
{"(001) NULL.COUNT(1).NUMBER": "12345"}
値 12345 だけを抽出しようとしていますが、現時点では、rex" " を返す以下のコマンドがあります{"(001) NULL.COUNT(1).NUMBER": "12345"}。
rex
| rex field=_transfers "(001) NULL.COUNT(1).NUMBER": "(?<value>.*)"