You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/reference/data-streams/logs.asciidoc
+3-3
Original file line number
Diff line number
Diff line change
@@ -1,7 +1,7 @@
1
1
[[logs-data-stream]]
2
2
== Logs data stream
3
3
4
-
preview::[Logs data streams and the logs index mode are in tech preview and may be changed or removed in the future. Don't use logs data streams or logs index mode in production.]
4
+
preview::[Logs data streams and the logsdb index mode are in tech preview and may be changed or removed in the future. Don't use logs data streams or logsdb index mode in production.]
5
5
6
6
A logs data stream is a data stream type that stores log data more efficiently.
7
7
@@ -20,7 +20,7 @@ The following features are enabled in a logs data stream:
20
20
[[how-to-use-logsds]]
21
21
=== Create a logs data stream
22
22
23
-
To create a logs data stream, set your index template `index.mode` to `logs`:
23
+
To create a logs data stream, set your index template `index.mode` to `logsdb`:
24
24
25
25
[source,console]
26
26
----
@@ -30,7 +30,7 @@ PUT _index_template/my-index-template
Copy file name to clipboardExpand all lines: modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/logsdb/LogsIndexModeDisabledRestTestIT.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ public void setup() throws Exception {
Copy file name to clipboardExpand all lines: modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/logsdb/LogsIndexModeEnabledRestTestIT.java
+1-1
Original file line number
Diff line number
Diff line change
@@ -179,7 +179,7 @@ public void testCreateDataStream() throws IOException {
Copy file name to clipboardExpand all lines: modules/data-streams/src/javaRestTest/java/org/elasticsearch/datastreams/logsdb/qa/StandardVersusLogsIndexModeChallengeRestIT.java
0 commit comments