Skip to content

Commit 32f3f47

Browse files
author
Sashank Agarwal
committed
updated viaq data model
1 parent 076d54f commit 32f3f47

11 files changed

+88
-3294
lines changed

docs/com.redhat.viaq-openshift-operations.asciidoc

+11-47
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Not all of these fields are present in every record.
1515
The fields are grouped in the following categories:
1616

1717
* <<exported-fields-Default>>
18-
* <<exported-fields-rsyslog>>
1918
* <<exported-fields-systemd>>
2019
* <<exported-fields-kubernetes>>
2120
* <<exported-fields-docker>>
@@ -45,7 +44,7 @@ Read more about Elasticsearch index types deprecation:
4544

4645
type: date
4746

48-
example: 2015-01-24 14:06:05.071000
47+
example: 2015-01-24 14:06:05.071000+00:00
4948

5049
format: yyyy-MM-dd HH:mm:ss,SSSZ||yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ||yyyy-MM-dd'T'HH:mm:ssZ||dateOptionalTime
5150

@@ -219,50 +218,6 @@ is 'project.my-cool-project-in-lab04.748e92c2-70d7-11e9-b387-000d3af2d83b.2019.0
219218

220219

221220

222-
'''
223-
[[exported-fields-rsyslog]]
224-
=== [big]*rsyslog Fields*
225-
226-
RFC5424 based metadata.
227-
228-
229-
230-
==== rsyslog.facility
231-
232-
type: keyword
233-
234-
rsyslog's facility. see syslog specification for more information
235-
236-
237-
==== rsyslog.protocol-version
238-
239-
type: keyword
240-
241-
rsyslog protocol version
242-
243-
244-
==== rsyslog.structured-data
245-
246-
type: keyword
247-
248-
syslog's structured-data. see syslog specification for more information
249-
250-
251-
==== rsyslog.msgid
252-
253-
type: long
254-
255-
syslog's msgid field
256-
257-
258-
==== rsyslog.appname
259-
260-
type: keyword
261-
262-
syslog's APP-NAME. If APP-NAME is same as programname, we only fill top-level field 'service'. If APP-NAME is not equal to programname, this field will hold APP-NAME. See syslog specification for more information
263-
264-
265-
266221
'''
267222
[[exported-fields-systemd]]
268223
=== [big]*systemd Fields*
@@ -840,7 +795,7 @@ Component which reported this event
840795

841796
type: date
842797

843-
example: 2017-08-07 10:11:57
798+
example: 2017-08-07 10:11:57+00:00
844799

845800
format: yyyy-MM-dd HH:mm:ss,SSSZ||yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ||yyyy-MM-dd'T'HH:mm:ssZ||dateOptionalTime
846801

@@ -865,6 +820,15 @@ example: Normal
865820
Type of this event (Normal, Warning), new types could be added in the future
866821

867822

823+
==== kubernetes.flat_labels
824+
825+
type: keyword
826+
827+
example: ['app=openshift-kube-scheduler', 'revision=8', 'scheduler=true']
828+
829+
Flattened Labels attached to the OpenShift object. Each label name is a subfield of labels field. It also contains custom labels added in CRDs. It will be an array.
830+
831+
868832

869833
'''
870834
[[exported-fields-docker]]

docs/com.redhat.viaq-openshift-project.asciidoc

+11-47
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ Not all of these fields are present in every record.
1515
The fields are grouped in the following categories:
1616

1717
* <<exported-fields-Default>>
18-
* <<exported-fields-rsyslog>>
1918
* <<exported-fields-systemd>>
2019
* <<exported-fields-kubernetes>>
2120
* <<exported-fields-docker>>
@@ -45,7 +44,7 @@ Read more about Elasticsearch index types deprecation:
4544

4645
type: date
4746

48-
example: 2015-01-24 14:06:05.071000
47+
example: 2015-01-24 14:06:05.071000+00:00
4948

5049
format: yyyy-MM-dd HH:mm:ss,SSSZ||yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ||yyyy-MM-dd'T'HH:mm:ssZ||dateOptionalTime
5150

@@ -219,50 +218,6 @@ is 'project.my-cool-project-in-lab04.748e92c2-70d7-11e9-b387-000d3af2d83b.2019.0
219218

220219

221220

222-
'''
223-
[[exported-fields-rsyslog]]
224-
=== [big]*rsyslog Fields*
225-
226-
RFC5424 based metadata.
227-
228-
229-
230-
==== rsyslog.facility
231-
232-
type: keyword
233-
234-
rsyslog's facility. see syslog specification for more information
235-
236-
237-
==== rsyslog.protocol-version
238-
239-
type: keyword
240-
241-
rsyslog protocol version
242-
243-
244-
==== rsyslog.structured-data
245-
246-
type: keyword
247-
248-
syslog's structured-data. see syslog specification for more information
249-
250-
251-
==== rsyslog.msgid
252-
253-
type: long
254-
255-
syslog's msgid field
256-
257-
258-
==== rsyslog.appname
259-
260-
type: keyword
261-
262-
syslog's APP-NAME. If APP-NAME is same as programname, we only fill top-level field 'service'. If APP-NAME is not equal to programname, this field will hold APP-NAME. See syslog specification for more information
263-
264-
265-
266221
'''
267222
[[exported-fields-systemd]]
268223
=== [big]*systemd Fields*
@@ -840,7 +795,7 @@ Component which reported this event
840795

841796
type: date
842797

843-
example: 2017-08-07 10:11:57
798+
example: 2017-08-07 10:11:57+00:00
844799

845800
format: yyyy-MM-dd HH:mm:ss,SSSZ||yyyy-MM-dd'T'HH:mm:ss.SSSSSSZ||yyyy-MM-dd'T'HH:mm:ssZ||dateOptionalTime
846801

@@ -865,6 +820,15 @@ example: Normal
865820
Type of this event (Normal, Warning), new types could be added in the future
866821

867822

823+
==== kubernetes.flat_labels
824+
825+
type: keyword
826+
827+
example: ['app=openshift-kube-scheduler', 'revision=8', 'scheduler=true']
828+
829+
Flattened Labels attached to the OpenShift object. Each label name is a subfield of labels field. It also contains custom labels added in CRDs. It will be an array.
830+
831+
868832

869833
'''
870834
[[exported-fields-docker]]

0 commit comments

Comments
 (0)