We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5090a5c commit b3db410Copy full SHA for b3db410
namespaces/_default_.yml
@@ -1,4 +1,4 @@
1
-version: 2018.04.30.0
+version: 2018.09.20.0
2
3
field_defaults:
4
type: keyword
namespaces/docker.yml
@@ -5,6 +5,17 @@ namespace:
5
description: >
6
Namespace for docker container-specific metadata
7
fields:
8
+ - name: container_name
9
+ type: text
10
+ doc_values: false
11
+ norms: true
12
+ description: >
13
+ The name of the container - not used for Kubernetes containers.
14
+ fields:
15
+ - name: raw
16
+ ignore_above: 256
17
+ type: keyword
18
+
19
- name: container_id
20
21
0 commit comments