正規表現 (regex) を使用して指定したパターンに一致するクエリを含むカスタムフィルタを作成してインポートします。
重要
|
構文例
処理
|
例
|
説明
|
カスタムフィルタを作成
|
endpointHostName: /^(W|m)/ |
|
カスタムフィルタのインポート
|
# imported yaml file detection: selection: CommandLine|re: '([0-9]|[1-9][0-9]|[1-4][0-9]{2})' |
|