Skip to content

Commit 30e2dcd

Browse files
authored
chore: rename the event index (#13293)
1 parent 1dc39f6 commit 30e2dcd

File tree

2 files changed

+2
-2
lines changed
  • docs/en/changes
  • oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/record

2 files changed

+2
-2
lines changed

docs/en/changes/changes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
* [Break Change]BanyanDB: Setup new Group policy.
2727
* Bump up commons-beanutils to 1.11.0.
2828
* Refactor: simplify the `Accept` http header process.
29-
* [Break Change]Storage: Move `event` from metrics to recods.
29+
* [Break Change]Storage: Move `event` from metrics to records.
3030
* Remove string limitation in Jackson deserializer for ElasticSearch client.
3131
* Fix `disable.oal` does not work.
3232

oap-server/server-core/src/main/java/org/apache/skywalking/oap/server/core/analysis/record/Event.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
@BanyanDB.TimestampColumn(Event.TIMESTAMP)
4242
public class Event extends Record {
4343

44-
public static final String INDEX_NAME = "events";
44+
public static final String INDEX_NAME = "event";
4545

4646
public static final String UUID = "uuid";
4747

0 commit comments

Comments
 (0)