Skip to content

Commit 55719b9

Browse files
committed
LOG-3419: Kibana Filtering not working with filters that have / in them
1 parent 1779675 commit 55719b9

4 files changed

+6
-50
lines changed

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

+3-16
Original file line numberDiff line numberDiff line change
@@ -585,27 +585,14 @@ type: text
585585
The name of the container in Kubernetes.
586586

587587

588-
==== kubernetes.annotations
589588

590-
type: nested
589+
'''
590+
[[exported-fields-kubernetes.annotations]]
591+
=== [big]*kubernetes.annotations Fields*
591592

592593
Annotations associated with the OpenShift object
593594

594595

595-
==== kubernetes.labels
596-
597-
type: nested
598-
599-
Labels attached to the OpenShift object Each label name is a subfield of labels field.
600-
601-
602-
==== kubernetes.namespace_labels
603-
604-
type: nested
605-
606-
Labels attached to the namespace in which the openshift object is deployed Each label name is a subfield of labels field.
607-
608-
609596

610597
'''
611598
[[exported-fields-kubernetes.event]]

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

+3-16
Original file line numberDiff line numberDiff line change
@@ -585,27 +585,14 @@ type: text
585585
The name of the container in Kubernetes.
586586

587587

588-
==== kubernetes.annotations
589588

590-
type: nested
589+
'''
590+
[[exported-fields-kubernetes.annotations]]
591+
=== [big]*kubernetes.annotations Fields*
591592

592593
Annotations associated with the OpenShift object
593594

594595

595-
==== kubernetes.labels
596-
597-
type: nested
598-
599-
Labels attached to the OpenShift object Each label name is a subfield of labels field.
600-
601-
602-
==== kubernetes.namespace_labels
603-
604-
type: nested
605-
606-
Labels attached to the namespace in which the openshift object is deployed Each label name is a subfield of labels field.
607-
608-
609596

610597
'''
611598
[[exported-fields-kubernetes.event]]

elasticsearch/index_templates/com.redhat.viaq-openshift-operations.template.json

-9
Original file line numberDiff line numberDiff line change
@@ -250,9 +250,6 @@
250250
},
251251
"kubernetes": {
252252
"properties": {
253-
"annotations": {
254-
"type": "nested"
255-
},
256253
"container_name": {
257254
"doc_values": false,
258255
"fields": {
@@ -377,9 +374,6 @@
377374
"norms": true,
378375
"type": "keyword"
379376
},
380-
"labels": {
381-
"type": "nested"
382-
},
383377
"master_url": {
384378
"doc_values": true,
385379
"index": true,
@@ -391,9 +385,6 @@
391385
"norms": true,
392386
"type": "keyword"
393387
},
394-
"namespace_labels": {
395-
"type": "nested"
396-
},
397388
"namespace_name": {
398389
"doc_values": true,
399390
"index": true,

elasticsearch/index_templates/com.redhat.viaq-openshift-project.template.json

-9
Original file line numberDiff line numberDiff line change
@@ -249,9 +249,6 @@
249249
},
250250
"kubernetes": {
251251
"properties": {
252-
"annotations": {
253-
"type": "nested"
254-
},
255252
"container_name": {
256253
"doc_values": false,
257254
"fields": {
@@ -376,9 +373,6 @@
376373
"norms": true,
377374
"type": "keyword"
378375
},
379-
"labels": {
380-
"type": "nested"
381-
},
382376
"master_url": {
383377
"doc_values": true,
384378
"index": true,
@@ -390,9 +384,6 @@
390384
"norms": true,
391385
"type": "keyword"
392386
},
393-
"namespace_labels": {
394-
"type": "nested"
395-
},
396387
"namespace_name": {
397388
"doc_values": true,
398389
"index": true,

0 commit comments

Comments
 (0)