aboutsummaryrefslogtreecommitdiffstats
path: root/container-core/src/main/resources/configdefinitions/jdisc.http.jdisc.http.server.def
blob: a85641f61e9e113956fbe0f0117b83855595f9ef (plain) (blame)
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
56
# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
namespace=jdisc.http

# Whether to enable developer mode, where stack traces etc are visible in response bodies.
developerMode                         bool   default=false

# TODO Vespa 9 Remove
# Has no effect since Jetty 11 upgrade
responseCompressionLevel              int    default=6

# Whether the request body of POSTed forms should be removed (form parameters are available as request parameters).
removeRawPostBodyForWwwUrlEncodedPost bool   default=false

# The component ID of a filter
filter[].id string

# The binding of a filter
filter[].binding string

# Filter id for a default filter (chain)
defaultFilters[].filterId string

# The local port which the default filter should be applied to
defaultFilters[].localPort int

# Reject all requests not handled by a request filter (chain)
strictFiltering                       bool   default = false

# Max number of threads in underlying Jetty pool
# Defaults to 16+vCPU
maxWorkerThreads                      int    default = -1

# Min number of threads in underlying Jetty pool
# Defaults to 16+vCPU
minWorkerThreads                      int    default = -1

# Stop timeout in seconds. The maximum allowed time to process in-flight requests during server shutdown. Setting it to 0 disable graceful shutdown.
stopTimeout                           double default = 30.0

# Enable embedded JMX server. Note: only accessible through the loopback interface.
jmx.enabled                           bool   default = false

# Listen port for the JMX server.
jmx.listenPort                        int    default = 1099

# Paths that should be reported with monitoring dimensions where applicable
metric.monitoringHandlerPaths[]       string

# Paths that should be reported with search dimensions where applicable
metric.searchHandlerPaths[]           string

# User-agent names to ignore wrt statistics (crawlers etc)
metric.ignoredUserAgents[]            string

# Whether to enable jdisc connection log
connectionLog.enabled                 bool default=false