-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathecs_template.json
55 lines (55 loc) · 1016 Bytes
/
ecs_template.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"index_patterns" : ["ecs-*"],
"priority": 500,
"composed_of": [
"ecs_agent",
"ecs_base",
"ecs_client",
"ecs_cloud",
"ecs_container",
"ecs_data_stream",
"ecs_destination",
"ecs_device",
"ecs_dll",
"ecs_dns",
"ecs_ecs",
"ecs_email",
"ecs_error",
"ecs_event",
"ecs_faas",
"ecs_file",
"ecs_group",
"ecs_host",
"ecs_http",
"ecs_log",
"ecs_network",
"ecs_observer",
"ecs_orchestrator",
"ecs_organization",
"ecs_package",
"ecs_process",
"ecs_registry",
"ecs_related",
"ecs_rule",
"ecs_server",
"ecs_service",
"ecs_source",
"ecs_threat",
"ecs_tls",
"ecs_tracing",
"ecs_url",
"ecs_user",
"ecs_user_agent",
"ecs_volume",
"ecs_vulnerability"
],
"template" :{
"settings" : {
"index" : {
"mapping.total_fields.limit" : "3000",
"mapping.nested_fields.limit" : "250",
"max_docvalue_fields_search" : "200"
}
}
}
}