|
1 | 1 | :context: cluster-logging-exported-fields |
2 | 2 | [id="cluster-logging-exported-fields"] |
3 | | -= Exported fields |
| 3 | += Log Record Fields |
4 | 4 | include::modules/common-attributes.adoc[] |
5 | 5 |
|
6 | 6 | toc::[] |
7 | 7 |
|
8 | | -These are the fields exported by the logging system and available for searching from Elasticsearch and Kibana. Use the full, dotted field name when searching. For example, for an Elasticsearch */_search URL*, to look for a Kubernetes pod name, use `/_search/q=kubernetes.pod_name:name-of-my-pod`. |
| 8 | +The following fields can be present in log records exported by OpenShift Logging system. Although log records are typically formatted as JSON objects, the same data model can be applied to other encodings. |
9 | 9 |
|
10 | | -The following sections describe fields that may not be present in your logging store. Not all of these fields are present in every record. The fields are grouped in the following categories: |
| 10 | +To search these fields from Elasticsearch and Kibana, use the full dotted field name when searching. For example, with an Elasticsearch */_search URL*, to look for a Kubernetes pod name, use `/_search/q=kubernetes.pod_name:name-of-my-pod`. |
11 | 11 |
|
12 | | -* `exported-fields-Default` |
13 | | -* `exported-fields-systemd` |
14 | | -* `exported-fields-kubernetes` |
15 | | -* `exported-fields-pipeline_metadata` |
16 | | -* `exported-fields-ovirt` |
17 | | -* `exported-fields-aushape` |
18 | | -* `exported-fields-tlog` |
| 12 | +// The logging system can forward JSON-formatted log entries to external systems. These log entries are formatted as a fluentd message with extra fields such as `kubernetes`. The fields exported by the logging system and available for searching from Elasticsearch and Kibana are documented at the end of this document. |
19 | 13 |
|
20 | | -// * `exported-fields-rsyslog` |
21 | | - |
22 | | - |
23 | | -// The following include statements pull in the module files that comprise |
24 | | -// the assembly. Include any combination of concept, procedure, or reference |
25 | | -// modules required to cover the user story. You can also include other |
26 | | -// assemblies. |
27 | | - |
28 | | -include::modules/cluster-logging-exported-fields-default.adoc[leveloffset=+1] |
29 | | - |
30 | | -//modules/cluster-logging-exported-fields-rsyslog.adoc[leveloffset=+1] |
31 | | - |
32 | | -include::modules/cluster-logging-exported-fields-systemd.adoc[leveloffset=+1] |
33 | | - |
34 | | -include::modules/cluster-logging-exported-fields-kubernetes.adoc[leveloffset=+1] |
35 | | - |
36 | | -include::modules/cluster-logging-exported-fields-container.adoc[leveloffset=+1] |
37 | | - |
38 | | -include::modules/cluster-logging-exported-fields-ovirt.adoc[leveloffset=+1] |
39 | | - |
40 | | -include::modules/cluster-logging-exported-fields-aushape.adoc[leveloffset=+1] |
41 | | - |
42 | | -include::modules/cluster-logging-exported-fields-tlog.adoc[leveloffset=+1] |
| 14 | +include::modules/cluster-logging-exported-fields-top-level-fields.adoc[leveloffset=0] |
| 15 | +include::modules/cluster-logging-exported-fields-kubernetes.adoc[leveloffset=0] |
0 commit comments