diff options
Diffstat (limited to 'testdata/haminer.conf')
| -rw-r--r-- | testdata/haminer.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/testdata/haminer.conf b/testdata/haminer.conf index a635dcd..4e3bf5b 100644 --- a/testdata/haminer.conf +++ b/testdata/haminer.conf @@ -3,3 +3,8 @@ listen = 0.0.0.0:8080 accept_backend = ,a , b, capture_request_header = , host, referrer, influxdb_api_write = http://127.0.0.1:8086/write + +[preprocess "tag"] +http_url = /[0-9]+-\\w+-\\w+-\\w+-\\w+-\\w+ => /- +http_url = /\\w+-\\w+-\\w+-\\w+-\\w+ => /- +http_url = /[0-9]+ => /- |
