OpenSearch/modules
Yannick Welsch ffe114b890 Set specific keepalive options by default on supported platforms (#59278)
keepalives tell any intermediate devices that the connection remains alive, which helps with overzealous firewalls that are
killing idle connections. keepalives are enabled by default in Elasticsearch, but use system defaults for their
configuration, which often times do not have reasonable defaults (e.g. 7200s for TCP_KEEP_IDLE) in the context of
distributed systems such as Elasticsearch.

This PR sets the socket-level keep_alive options for network.tcp.{keep_idle,keep_interval} to 5 minutes on configurations
that support it (>= Java 11 & (MacOS || Linux)) and where the system defaults are set to something higher than 5
minutes. This helps keep the connections alive while not interfering with system defaults or user-specified settings
unless they are deemed to be set too high by providing better out-of-the-box defaults.
2020-07-28 11:10:04 +02:00
..
aggs-matrix-stats Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
analysis-common Support ignore_keywords flag for word delimiter graph token filter (#59563) 2020-07-21 16:11:55 +01:00
geo Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
ingest-common [7.x] Per processor description for verbose simulate (#58207) (#60008) 2020-07-21 17:32:45 -05:00
ingest-geoip Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
ingest-user-agent Update regex file for es user agent node processor (#59697) (#59794) 2020-07-17 11:04:01 -05:00
kibana Replace compile configuration usage with api (7.x backport) (#58721) 2020-06-30 15:57:41 +02:00
lang-expression upgrade to lucene-8.6.0 release (#59596) (#59599) 2020-07-15 12:40:57 +02:00
lang-mustache Cleanup and Optimize Multiple Serialization Spots (#59626) (#59936) 2020-07-21 10:06:56 +02:00
lang-painless Scripting: Augment String with sha1 and sha256 (#59671) (#59723) 2020-07-16 15:17:32 -05:00
mapper-extras Drop some params from IndexFieldData.Builder (backport of #59934) (#59972) 2020-07-21 10:28:59 -04:00
parent-join Drop some params from IndexFieldData.Builder (backport of #59934) (#59972) 2020-07-21 10:28:59 -04:00
percolator Drop some params from IndexFieldData.Builder (backport of #59934) (#59972) 2020-07-21 10:28:59 -04:00
rank-eval Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
reindex [7.x] Adding new `require_alias` option to indexing requests (#58917) (#59769) 2020-07-17 10:24:58 -04:00
repository-url Convert modules to use yamlRestTest (#59089) (#59446) 2020-07-13 13:53:05 -05:00
systemd Encapsulate systemd extender 2020-04-20 21:17:42 -04:00
tasks Reintroduce system index APIs for Kibana (#54935) 2020-04-08 09:08:49 -06:00
transport-netty4 Set specific keepalive options by default on supported platforms (#59278) 2020-07-28 11:10:04 +02:00
build.gradle Apply 2-space indent to all gradle scripts (#49071) 2019-11-14 11:01:23 +00:00