Skip to content

Commit 2d66ad0

Browse files
authored
Merge pull request #118 from ViaQ/viaq_index_name_doc
Update documentation for viaq_index_name_doc field
2 parents 6b87ddd + 0c3afa0 commit 2d66ad0

File tree

1 file changed

+8
-3
lines changed

1 file changed

+8
-3
lines changed

namespaces/_default_.yml

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,12 @@ _index_type_:
190190
191191
- name: viaq_index_name
192192
type: keyword
193-
example: project.my-cool-project-in-lab04.748e92c2-70d7-11e9-b387-000d3af2d83b.2019.05.09
193+
example: container.app-write
194194
description: |
195-
Index name in which this message will be stored within the Elasticsearch.
196-
The value of this field is generated based on the source of the message.
195+
For Elasticsearch 6.x and later this is a name of a write index alias. The value depends on a log type
196+
of this message. Detailed documentation is found at
197+
https://github.com/openshift/enhancements/blob/master/enhancements/cluster-logging/cluster-logging-es-rollover-data-design.md#data-model
198+
199+
For Elasticsearch 5.x and earlier an index name in which this message will be stored within the Elasticsearch.
200+
The value of this field is generated based on the source of the message. Example of the value
201+
is 'project.my-cool-project-in-lab04.748e92c2-70d7-11e9-b387-000d3af2d83b.2019.05.09'.

0 commit comments

Comments
 (0)