Skip to content

Commit ed43453

Browse files
committed
update gradle to 9.2.0
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent a9780ab commit ed43453

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

ext/log-processor/src/main/resources/kibana.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
{
44
"id": "action-pattern", "type": "index-pattern",
55
"attributes": {
6-
"fieldFormatMap": "{\n \"elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.request_body_length\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"stats.response_body_length\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"stats.cpu_time\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.http_delay\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.consumer_delay\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.task_delay\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.sse_event_size\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"stats.sse_duration\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.kafka_max_message_size\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.kafka.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.db.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.redis.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.elasticsearch.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.mongo.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.http.read_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.http.write_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.http.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.http_conn.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.http_dns.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.sse.read_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.sse.write_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.sse.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.cache.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.cache.read_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.cache.write_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}}\n}",
6+
"fieldFormatMap": "{\n \"elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.request_body_length\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"stats.response_body_length\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"stats.cpu_time\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.http_delay\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.consumer_delay\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.task_delay\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.sse_event_size\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"stats.sse_duration\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"stats.kafka_max_message_size\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.kafka.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.kafka.read_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.kafka.write_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.db.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.redis.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.elasticsearch.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.mongo.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.http.read_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.http.write_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.http.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.http_conn.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.http_dns.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.sse.read_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.sse.write_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.sse.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.cache.total_elapsed\": {\"id\": \"duration\", \"params\": {\"inputFormat\": \"nanoseconds\", \"outputFormat\": \"humanizePrecise\", \"useShortSuffix\": true, \"outputPrecision\": 3}},\n \"perf_stats.cache.read_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}},\n \"perf_stats.cache.write_bytes\": {\"id\": \"bytes\", \"params\": {\"pattern\": \"0,0.[00]b\"}}\n}",
77
"fields": "[\n {\"name\": \"@timestamp\", \"type\": \"date\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"_id\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": false},\n {\"name\": \"action\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"app\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"client\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"correlation_id\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"ref_id\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"result\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"host\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"error_code\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"error_message\", \"type\": \"string\", \"searchable\": false, \"aggregatable\": false, \"readFromDocValues\": false},\n {\"name\": \"context.client_ip\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.controller\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.method\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.path_pattern\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.request_url\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.response_code\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.session_hash\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.user_agent\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.referer\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.topic\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.key\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.handler\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.trigger\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.job\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"context.job_class\", \"type\": \"string\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.db.count\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.db.total_elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.db.read_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.db.write_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.elasticsearch.count\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.elasticsearch.total_elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.elasticsearch.read_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.elasticsearch.write_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.http.count\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.http.total_elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.http.read_bytes\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.http.write_bytes\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.http_dns.count\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.http_dns.total_elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.http_conn.count\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.http_conn.total_elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.sse.count\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.sse.total_elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.sse.read_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.sse.write_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.sse.read_bytes\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.sse.write_bytes\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.kafka.count\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.kafka.total_elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.kafka.read_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.kafka.write_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.redis.count\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.redis.total_elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.redis.read_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.redis.write_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.mongo.count\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.mongo.total_elapsed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.mongo.read_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"perf_stats.mongo.write_entries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.cpu_time\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.request_body_length\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.response_body_length\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.http_delay\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.http_retries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.consumer_delay\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.task_delay\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.cache_hits\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.cache_misses\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.db_queries\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.customer_registered\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.order_placed\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true},\n {\"name\": \"stats.order_amount\", \"type\": \"number\", \"searchable\": true, \"aggregatable\": true, \"readFromDocValues\": true}\n]",
88
"timeFieldName": "@timestamp",
99
"title": "action-*"

gradle/wrapper/gradle-wrapper.jar

176 Bytes
Binary file not shown.

gradle/wrapper/gradle-wrapper.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
distributionBase=GRADLE_USER_HOME
22
distributionPath=wrapper/dists
3-
distributionUrl=https\://services.gradle.org/distributions/gradle-9.1.0-bin.zip
3+
distributionUrl=https\://services.gradle.org/distributions/gradle-9.2.0-bin.zip
44
networkTimeout=10000
55
validateDistributionUrl=true
66
zipStoreBase=GRADLE_USER_HOME

0 commit comments

Comments
 (0)