diff options
| author | wangwei <[email protected]> | 2024-11-25 15:11:21 +0800 |
|---|---|---|
| committer | wangwei <[email protected]> | 2024-11-25 18:15:20 +0800 |
| commit | c4ac52a8856b7607038a25e47dfe2fbffd9058e9 (patch) | |
| tree | f57adbe50336948ecb697162fc3246d9880a8aae /src/test/resources/parameters/sqlAdHocTest.json | |
| parent | e2a52d8da471e42348b9dd6a2782dacbbf694287 (diff) | |
[Fix][ClickHouse] 针对Client/Server 重命名为Source/Destination(TSG-23854)
Diffstat (limited to 'src/test/resources/parameters/sqlAdHocTest.json')
| -rw-r--r-- | src/test/resources/parameters/sqlAdHocTest.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/resources/parameters/sqlAdHocTest.json b/src/test/resources/parameters/sqlAdHocTest.json index efc526fd..745c9c3d 100644 --- a/src/test/resources/parameters/sqlAdHocTest.json +++ b/src/test/resources/parameters/sqlAdHocTest.json @@ -23,7 +23,7 @@ "output_mode": "csv" }, "query_sql_oneshot_error_trigger_sub_query": { - "statement": "SELECT COUNT_DISTINCT(client_ip) AS \"Client IP\" FROM security_event WHERE ((security_action = 'Deny')) AND recv_time >= UNIX_TIMESTAMP('2024-03-12T00:00:00+08:00') AND recv_time < UNIX_TIMESTAMP('2024-03-12T23:59:59+08:00') AND security_event.vsys_id IN (1) ORDER BY \"Client IP\" DESC LIMIT 20", + "statement": "SELECT COUNT_DISTINCT(source_ip) AS \"Source IP\" FROM security_event WHERE ((security_action = 'Deny')) AND recv_time >= UNIX_TIMESTAMP('2024-03-12T00:00:00+08:00') AND recv_time < UNIX_TIMESTAMP('2024-03-12T23:59:59+08:00') AND security_event.vsys_id IN (1) ORDER BY \"Source IP\" DESC LIMIT 20", "execution_mode": "oneshot" } }
\ No newline at end of file |
