mirror of https://github.com/databricks/cli.git
18 lines
240 B
TOML
18 lines
240 B
TOML
|
[[Server]]
|
||
|
Pattern = "POST /telemetry-ext"
|
||
|
Response.Body = '''
|
||
|
{
|
||
|
"errors": [],
|
||
|
"numProtoSuccess": 1
|
||
|
}
|
||
|
'''
|
||
|
|
||
|
|
||
|
[[Repls]]
|
||
|
Old = "(?:[01][0-9]|2[0-3]):[0-5][0-9]:[0-5][0-9]"
|
||
|
New = "HH:MM:SS"
|
||
|
|
||
|
[[Repls]]
|
||
|
Old = "pid=[0-9]+"
|
||
|
New = "pid=PID"
|