Skip to content

Commit 9095b76

Browse files
authored
Add missing internal packagees (#8)
1 parent 5fcc71c commit 9095b76

File tree

187 files changed

+15897
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

187 files changed

+15897
-0
lines changed
Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Base package
2+
3+
This is installed in the background by EPM to setup the Elastic Stack.
Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
{
2+
"template": {
3+
"mappings": {
4+
"_meta": {
5+
},
6+
"dynamic_templates": [
7+
{
8+
"strings_as_keyword": {
9+
"mapping": {
10+
"ignore_above": 1024,
11+
"type": "keyword"
12+
},
13+
"match_mapping_type": "string"
14+
}
15+
}
16+
],
17+
"date_detection": false,
18+
"properties": {
19+
"@timestamp": {
20+
"type": "date"
21+
},
22+
"stream": {
23+
"properties": {
24+
"type": {
25+
"type": "constant_keyword"
26+
},
27+
"dataset": {
28+
"type": "constant_keyword"
29+
},
30+
"namespace": {
31+
"type": "constant_keyword"
32+
}
33+
}
34+
},
35+
"agent": {
36+
"properties": {
37+
"hostname": {
38+
"ignore_above": 1024,
39+
"type": "keyword"
40+
},
41+
"name": {
42+
"ignore_above": 1024,
43+
"type": "keyword"
44+
},
45+
"id": {
46+
"ignore_above": 1024,
47+
"type": "keyword"
48+
},
49+
"ephemeral_id": {
50+
"ignore_above": 1024,
51+
"type": "keyword"
52+
},
53+
"type": {
54+
"ignore_above": 1024,
55+
"type": "keyword"
56+
},
57+
"version": {
58+
"ignore_above": 1024,
59+
"type": "keyword"
60+
}
61+
}
62+
},
63+
"ecs": {
64+
"properties": {
65+
"version": {
66+
"ignore_above": 1024,
67+
"type": "keyword"
68+
}
69+
}
70+
},
71+
"host": {
72+
"properties": {
73+
"hostname": {
74+
"ignore_above": 1024,
75+
"type": "keyword"
76+
},
77+
"os": {
78+
"properties": {
79+
"build": {
80+
"ignore_above": 1024,
81+
"type": "keyword"
82+
},
83+
"kernel": {
84+
"ignore_above": 1024,
85+
"type": "keyword"
86+
},
87+
"codename": {
88+
"ignore_above": 1024,
89+
"type": "keyword"
90+
},
91+
"name": {
92+
"ignore_above": 1024,
93+
"type": "keyword"
94+
},
95+
"family": {
96+
"ignore_above": 1024,
97+
"type": "keyword"
98+
},
99+
"version": {
100+
"ignore_above": 1024,
101+
"type": "keyword"
102+
},
103+
"platform": {
104+
"ignore_above": 1024,
105+
"type": "keyword"
106+
},
107+
"full": {
108+
"ignore_above": 1024,
109+
"type": "keyword"
110+
}
111+
}
112+
},
113+
"ip": {
114+
"type": "ip"
115+
},
116+
"containerized": {
117+
"type": "boolean"
118+
},
119+
"name": {
120+
"ignore_above": 1024,
121+
"type": "keyword"
122+
},
123+
"id": {
124+
"ignore_above": 1024,
125+
"type": "keyword"
126+
},
127+
"type": {
128+
"ignore_above": 1024,
129+
"type": "keyword"
130+
},
131+
"mac": {
132+
"ignore_above": 1024,
133+
"type": "keyword"
134+
},
135+
"architecture": {
136+
"ignore_above": 1024,
137+
"type": "keyword"
138+
}
139+
}
140+
},
141+
"message": {
142+
"type": "text"
143+
}
144+
}
145+
},
146+
"aliases": {}
147+
}
148+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"template": {
3+
"settings": {
4+
"index": {
5+
"lifecycle": {
6+
"name": "events-default"
7+
},
8+
"codec": "best_compression",
9+
"refresh_interval": "5s",
10+
"number_of_shards": "1",
11+
"query": {
12+
"default_field": [
13+
"message"
14+
]
15+
},
16+
"number_of_routing_shards": "30"
17+
}
18+
},
19+
"aliases": {}
20+
}
21+
}
Lines changed: 148 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,148 @@
1+
{
2+
"template": {
3+
"mappings": {
4+
"_meta": {
5+
},
6+
"dynamic_templates": [
7+
{
8+
"strings_as_keyword": {
9+
"mapping": {
10+
"ignore_above": 1024,
11+
"type": "keyword"
12+
},
13+
"match_mapping_type": "string"
14+
}
15+
}
16+
],
17+
"date_detection": false,
18+
"properties": {
19+
"@timestamp": {
20+
"type": "date"
21+
},
22+
"stream": {
23+
"properties": {
24+
"type": {
25+
"type": "constant_keyword"
26+
},
27+
"dataset": {
28+
"type": "constant_keyword"
29+
},
30+
"namespace": {
31+
"type": "constant_keyword"
32+
}
33+
}
34+
},
35+
"agent": {
36+
"properties": {
37+
"hostname": {
38+
"ignore_above": 1024,
39+
"type": "keyword"
40+
},
41+
"name": {
42+
"ignore_above": 1024,
43+
"type": "keyword"
44+
},
45+
"id": {
46+
"ignore_above": 1024,
47+
"type": "keyword"
48+
},
49+
"ephemeral_id": {
50+
"ignore_above": 1024,
51+
"type": "keyword"
52+
},
53+
"type": {
54+
"ignore_above": 1024,
55+
"type": "keyword"
56+
},
57+
"version": {
58+
"ignore_above": 1024,
59+
"type": "keyword"
60+
}
61+
}
62+
},
63+
"ecs": {
64+
"properties": {
65+
"version": {
66+
"ignore_above": 1024,
67+
"type": "keyword"
68+
}
69+
}
70+
},
71+
"host": {
72+
"properties": {
73+
"hostname": {
74+
"ignore_above": 1024,
75+
"type": "keyword"
76+
},
77+
"os": {
78+
"properties": {
79+
"build": {
80+
"ignore_above": 1024,
81+
"type": "keyword"
82+
},
83+
"kernel": {
84+
"ignore_above": 1024,
85+
"type": "keyword"
86+
},
87+
"codename": {
88+
"ignore_above": 1024,
89+
"type": "keyword"
90+
},
91+
"name": {
92+
"ignore_above": 1024,
93+
"type": "keyword"
94+
},
95+
"family": {
96+
"ignore_above": 1024,
97+
"type": "keyword"
98+
},
99+
"version": {
100+
"ignore_above": 1024,
101+
"type": "keyword"
102+
},
103+
"platform": {
104+
"ignore_above": 1024,
105+
"type": "keyword"
106+
},
107+
"full": {
108+
"ignore_above": 1024,
109+
"type": "keyword"
110+
}
111+
}
112+
},
113+
"ip": {
114+
"type": "ip"
115+
},
116+
"containerized": {
117+
"type": "boolean"
118+
},
119+
"name": {
120+
"ignore_above": 1024,
121+
"type": "keyword"
122+
},
123+
"id": {
124+
"ignore_above": 1024,
125+
"type": "keyword"
126+
},
127+
"type": {
128+
"ignore_above": 1024,
129+
"type": "keyword"
130+
},
131+
"mac": {
132+
"ignore_above": 1024,
133+
"type": "keyword"
134+
},
135+
"architecture": {
136+
"ignore_above": 1024,
137+
"type": "keyword"
138+
}
139+
}
140+
},
141+
"message": {
142+
"type": "text"
143+
}
144+
}
145+
},
146+
"aliases": {}
147+
}
148+
}
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
{
2+
"template": {
3+
"settings": {
4+
"index": {
5+
"lifecycle": {
6+
"name": "logs-default"
7+
},
8+
"codec": "best_compression",
9+
"refresh_interval": "5s",
10+
"number_of_shards": "1",
11+
"query": {
12+
"default_field": [
13+
"message"
14+
]
15+
},
16+
"number_of_routing_shards": "30"
17+
}
18+
},
19+
"aliases": {}
20+
}
21+
}

0 commit comments

Comments
 (0)