OpenSearch/docs/reference
Jason Tedor fc3280b3cf Expose logs base path
For certain situations, end-users need the base path for Elasticsearch
logs. Exposing this as a property is better than hard-coding the path
into the logging configuration file as otherwise the logging
configuration file could easily diverge from the Elasticsearch
configuration file. Additionally, Elasticsearch will only have
permissions to write to the log directory configured in the
Elasticsearch configuration file. This commit adds a property that
exposes this base path.

One use-case for this is configuring a rollover strategy to retain logs
for a certain period of time. As such, we add an example of this to the
documentation.

Additionally, we expose the property es.logs.cluster_name as this is
used as the name of the log files in the default configuration.

Finally, we expose es.logs.node_name in cases where node.name is
explicitly set in case users want to include the node name as part of
the name of the log files.

Relates #22625
2017-01-16 07:39:37 -05:00
..
aggregations Promote longs to doubles when a terms agg mixes decimal and non-decimal numbers (#22449) 2017-01-10 11:50:56 +01:00
analysis QueryString and SimpleQueryString Graph Support (#22541) 2017-01-11 18:59:43 +01:00
cat Remove lang-python and lang-javascript (#20734) 2016-11-21 22:13:25 -05:00
cluster Cluster allocation explain API documentation (#22436) 2017-01-10 08:55:39 -06:00
docs Fix formatting in update-by-query (#22628) 2017-01-16 12:44:51 +01:00
how-to Add a recommendation against large documents to the docs. (#21652) 2016-11-21 15:01:36 +01:00
images Docs: clarify calculation of sigma and lambda in function_score (#20267) 2016-09-02 14:41:07 +02:00
index-modules Restores the original default format of search slow log 2016-12-09 12:38:28 -05:00
indices Use reader for doc stats 2016-12-23 09:44:56 -05:00
ingest Link directly to the attachments in arrays section 2016-12-22 20:52:08 +08:00
mapping Disable _all by default 2017-01-11 16:47:13 -07:00
migration Disable _all by default 2017-01-11 16:47:13 -07:00
modules Fix default port for unicast zen ping hosts 2017-01-11 17:10:56 -05:00
query-dsl Indentation error on example of dist_max (#22578) 2017-01-12 09:38:36 +01:00
search State default sort order on missing values 2017-01-13 17:05:13 +01:00
setup Expose logs base path 2017-01-16 07:39:37 -05:00
testing Update docs after test-framework moved 2016-11-02 09:51:55 -04:00
aggregations.asciidoc `value_type` is useful regardless of scripting. (#22160) 2016-12-22 14:35:12 +01:00
analysis.asciidoc Add the ability to set an analyzer on keyword fields. (#21919) 2016-12-30 09:36:10 +01:00
api-conventions.asciidoc Update api-conventions.asciidoc (#22439) 2017-01-10 17:59:50 +01:00
cat.asciidoc Allows multiple patterns to be specified for index templates (#21009) 2016-11-10 18:00:30 -05:00
cluster.asciidoc Convert more docs to CONSOLE 2016-09-21 09:36:21 -04:00
docs.asciidoc Inclusion of link to Multi Delete (#22619) 2017-01-16 12:58:59 +01:00
getting-started.asciidoc [DOCS] Fiexes typo in getting started doc 2017-01-16 09:32:07 +00:00
glossary.asciidoc Improve glossary to not refer to types as "like a table" (#17704) 2016-04-13 14:29:47 +02:00
how-to.asciidoc Add support for `quote_field_suffix` to `simple_query_string`. (#21060) 2016-10-28 09:11:57 +02:00
index-modules.asciidoc Add a hard limit for `index.number_of_shard` (#20682) 2016-09-29 11:03:30 +02:00
index.asciidoc [docs] Document Docker installation method 2016-11-17 15:06:32 +02:00
indices.asciidoc Removed the upgrade API docs 2016-10-11 12:21:46 +02:00
ingest.asciidoc Renamed all AUTOSENSE snippets to CONSOLE (#18210) 2016-05-09 15:42:23 +02:00
mapping.asciidoc Disable _all by default 2017-01-11 16:47:13 -07:00
modules.asciidoc Remove lang-python and lang-javascript (#20734) 2016-11-21 22:13:25 -05:00
query-dsl.asciidoc
redirects.asciidoc Remove indices query (#21837) 2016-11-30 19:37:01 +01:00
release-notes.asciidoc Remove links to release notes 2016-09-08 18:07:39 +02:00
search.asciidoc percolator: remove deprecated percolate and mpercolate apis 2017-01-10 11:18:27 +01:00
setup.asciidoc Improve the out-of-the-box experience 2016-12-01 17:26:29 -05:00
testing.asciidoc