elasticsearch/docs/reference/modules
Jason Tedor da74323141 Register thread pool settings
This commit refactors the handling of thread pool settings so that the
individual settings can be registered rather than registering the top
level group. With this refactoring, individual plugins must now register
their own settings for custom thread pools that they need, but a
dedicated API is provided for this in the thread pool module. This
commit also renames the prefix on the thread pool settings from
"threadpool" to "thread_pool". This enables a hard break on the settings
so that:
 - some of the settings can be given more sensible names (e.g., the max
   number of threads in a scaling thread pool is now named "max" instead
   of "size")
 - change the soft limit on the number of threads in the bulk and
   indexing thread pools to a hard limit
 - the settings names for custom plugins for thread pools can be
   prefixed (e.g., "xpack.watcher.thread_pool.size")
 - remove dynamic thread pool settings

Relates #18674
2016-06-06 22:09:12 -04:00
..
cluster
discovery
indices
scripting improve date api for expressions/painless fields 2016-05-31 09:32:33 -04:00
cluster.asciidoc
discovery.asciidoc
gateway.asciidoc
http.asciidoc
indices.asciidoc
memcached.asciidoc
network.asciidoc
node.asciidoc
plugins.asciidoc
scripting.asciidoc
snapshots.asciidoc
threadpool.asciidoc Register thread pool settings 2016-06-06 22:09:12 -04:00
thrift.asciidoc
transport.asciidoc
tribe.asciidoc Remove custom plugins path 2016-05-26 10:16:25 -04:00