You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# date {} wants 2015-03-13 19:17:23.557 not 2015-03-13 19:17:23,557
7
+
mutate {
8
+
gsub => [ "timestamp", ",", "." ]
9
+
}
10
+
11
+
date {
12
+
match => [ "timestamp", "ISO8601" ]
13
+
timezone => "UTC"
14
+
remove_field => [ "timestamp" ]
15
+
}
16
+
17
+
if [logger] == "index.search.slowlog.query" {
18
+
# see https://github.com/elastic/elasticsearch/blob/efbda318d061867c098be5112561f8099227b9d4/src/main/java/org/elasticsearch/index/search/slowlog/ShardSlowLogSearchService.java#L185
sample('@message'=>'[2015-03-13 19:17:23,557][INFO ][cluster.routing.allocation.decider] [log_parser/0] updating [cluster.routing.allocation.enable] from [PRIMARIES] to [ALL]')do
description: The percentage value used in the calculation to set the heap size.
57
+
default: 46
58
+
elasticsearch.path_repo:
59
+
description: |
60
+
Shared file system to store snapshots.
61
+
In order to register the shared file system repository it is
62
+
necessary to mount the same shared filesystem to the same location
63
+
on all master and data nodes.
64
+
default: ''
65
+
elasticsearch.node.allow_master:
66
+
description: Allow node to become master? (true / false)
67
+
default: false
68
+
elasticsearch.node.allow_data:
69
+
description: Allow node to store data? (true / false)
70
+
default: false
71
+
elasticsearch.node.allow_ingest:
72
+
description: Allow node to become ingest node? (true / false)
73
+
default: false
74
+
elasticsearch.node.ssl.ca:
75
+
description: CA certificate for SSL plugin
76
+
elasticsearch.node.ssl.certificate:
77
+
description: Node certificate
78
+
elasticsearch.node.ssl.private_key:
79
+
description: Private key for node certificate
80
+
elasticsearch.node.ssl.dn:
81
+
description: Nodes DN pattern
82
+
elasticsearch.admin.certificate:
83
+
description: Admin certificate to operate SSL plugin
84
+
elasticsearch.admin.private_key:
85
+
description: Private key for admin certificate
86
+
elasticsearch.admin.dn:
87
+
description: Admin DN to operate SSL plugin
88
+
elasticsearch.health.timeout:
89
+
description: Post-start timeout for node to join cluster (seconds)
90
+
default: 300
91
+
elasticsearch.health.interval:
92
+
description: Post-start interval for node to join cluster (seconds)
93
+
default: 15
94
+
elasticsearch.health.connect_timeout:
95
+
description: Post-start timeout for node to become available (seconds)
96
+
default: 60
97
+
elasticsearch.health.connect_interval:
98
+
description: Post-start interval for node to become available (seconds)
99
+
default: 5
100
+
elasticsearch.node.tags:
101
+
description: A hash of additional tags for the node
102
+
elasticsearch.exec.environment:
103
+
description: A hash of additional environment variables for the process
104
+
elasticsearch.exec.options:
105
+
description: An array of additional options to pass when starting elasticsearch
106
+
default: []
107
+
elasticsearch.limits.fd:
108
+
description: Maximum file descriptors
109
+
default: 65536
110
+
elasticsearch.recovery.delay_allocation:
111
+
description: Delay allocation interval
112
+
default: "1m"
113
+
elasticsearch.recovery.delay_allocation_restart:
114
+
description: Delay allocation interval during restart
115
+
default: "5m"
116
+
elasticsearch.discovery.minimum_master_nodes:
117
+
description: The minimum number of master eligible nodes a node should "see" in order to operate within the cluster. Recommended to set it to a higher value than 1 when running more than 2 nodes in the cluster.
118
+
default: "auto"
119
+
elasticsearch.config_options:
120
+
description: "Additional options to append to elasticsearch's config.yml (YAML format)."
121
+
default: ~
122
+
elasticsearch.logging_options:
123
+
description: "Additional options to append to elasticsearch's logging.yml (YAML format)."
124
+
default: ~
125
+
elasticsearch.plugins:
126
+
description: "Plugins to run elasticsearch with (array[] = { plugin-name: install-source }; e.g. [ { kopf: 'lmenezes/elasticsearch-kopf' } ])"
127
+
default: []
128
+
elasticsearch.http_host:
129
+
description: "The host address to bind the elasticsearch HTTP service to and to publish for HTTP clients to connect to"
130
+
default: 0.0.0.0
131
+
elasticsearch.health.disable_post_start:
132
+
description: Allow node to run post-start script? (true / false)
133
+
default: false
134
+
135
+
elasticsearch.cloud.aws.access_key:
136
+
description: Access key ID for AWS account
137
+
elasticsearch.cloud.aws.secret_key:
138
+
description: Secret access key for AWS account
139
+
elasticsearch.cloud.aws.region:
140
+
description: Specify the AWS region to use
141
+
elasticsearch.cloud.aws.protocol:
142
+
description: Protocol to use for all API calls to AWS endpoints
143
+
default: "https"
144
+
elasticsearch.cloud.aws.read_timeout:
145
+
description: The amount of time to wait for data to be transferred over an established, open connection before the connection is timed out
146
+
default: 50s
147
+
elasticsearch.cloud.aws.bucket:
148
+
description: Bucket name on S3 where to keep snapshots
149
+
default: ''
150
+
elasticsearch.snapshots.repository:
151
+
description: Repository name for automatic snapshots
0 commit comments