Skip to content

Commit 4f0b0ca

Browse files
committed
release 9.3.1
Signed-off-by: neo <1100909+neowu@users.noreply.github.com>
1 parent 81b210c commit 4f0b0ca

File tree

7 files changed

+8
-83
lines changed

7 files changed

+8
-83
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Change log
22

3-
### 9.3.1 (10/8/2025 - )
3+
### 9.3.1 (10/8/2025 - 11/7/2025)
44

55
* tracking: add readBytes/writeBytes to perf_test, to separate read row/doc/keys and read bytes
66
* cache: track redis store read/write bytes and elapsed time (included json serialization/deserialization time)

build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ plugins {
66

77
subprojects {
88
group = "core.framework"
9-
version = "9.3.1-b0"
9+
version = "9.3.1"
1010
repositories {
1111
maven {
1212
url = uri("https://neowu.github.io/maven-repo/")

docker/es/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: docker.elastic.co/elasticsearch/elasticsearch:9.1.3
3+
image: docker.elastic.co/elasticsearch/elasticsearch:9.2.0
44
volumes:
55
- ./log4j2.properties:/usr/share/elasticsearch/config/log4j2.properties
66
ports:
@@ -15,7 +15,7 @@ services:
1515
- xpack.ml.enabled=false
1616
- ingest.geoip.downloader.enabled=false
1717
kibana:
18-
image: docker.elastic.co/kibana/kibana:9.1.3
18+
image: docker.elastic.co/kibana/kibana:9.2.0
1919
ports:
2020
- 5601:5601
2121
environment:

docker/log/docker-compose.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
services:
22
elasticsearch:
3-
image: docker.elastic.co/elasticsearch/elasticsearch:9.0.0
3+
image: docker.elastic.co/elasticsearch/elasticsearch:9.2.0
44
ports:
55
- 9200:9200
66
environment:
@@ -11,7 +11,7 @@ services:
1111
- xpack.ml.enabled=false
1212
- ingest.geoip.downloader.enabled=false
1313
kibana:
14-
image: docker.elastic.co/kibana/kibana:9.0.0
14+
image: docker.elastic.co/kibana/kibana:9.2.0
1515
ports:
1616
- 5601:5601
1717
environment:
@@ -28,7 +28,7 @@ services:
2828
depends_on:
2929
- elasticsearch
3030
kafka:
31-
image: apache/kafka:4.0.0
31+
image: apache/kafka:4.1.0
3232
ports:
3333
- 9092:9092
3434
- 1099:1099

ext/log-processor/src/main/java/core/log/LogFilterConfig.java

Lines changed: 0 additions & 30 deletions
This file was deleted.

ext/log-processor/src/main/java/core/log/LogForwardConfig.java

Lines changed: 0 additions & 45 deletions
This file was deleted.

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[
2-
{"attributes": {"buildNum": 70281, "defaultIndex": "action-pattern", "notifications:banner": "${NOTIFICATION_BANNER}", "defaultRoute": "/app/discover#/", "dateFormat": "YYYY-MM-DD HH:mm:ss.SSS", "dateNanosFormat": "YYYY-MM-DD HH:mm:ss.SSSSSS"}, "id": "9.2.0", "type": "config"},
2+
{"attributes": {"defaultIndex": "action-pattern", "notifications:banner": "${NOTIFICATION_BANNER}", "defaultRoute": "/app/discover#/", "dateFormat": "YYYY-MM-DD HH:mm:ss.SSS", "dateNanosFormat": "YYYY-MM-DD HH:mm:ss.SSSSSS"}, "id": "9.2.0", "type": "config"},
33
{
44
"id": "action-pattern", "type": "index-pattern",
55
"attributes": {

0 commit comments

Comments
 (0)