Skip to content

Commit

Permalink
Update configs and entrypoint for logging.ignoreEnospcError in 2.15.0 (
Browse files Browse the repository at this point in the history
…opensearch-project#4695)

Signed-off-by: Flyingliuhub <33105471+flyingliuhub@users.noreply.github.com>
  • Loading branch information
Flyingliuhub committed Jun 4, 2024
1 parent 8816c60 commit 64a556f
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions config/opensearch_dashboards-2.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
# Enables you to specify a file where OpenSearch Dashboards stores log output.
# logging.dest: stdout

# 2.15 Ignore 'ENOSPC' error for logging stream.
# When set to true, the 'ENOSPC' error message will not cause the OpenSearch Dashboards process to crash. Otherwise,
# the original behavior will be maintained. It is disabled by default.
# logging.ignoreEnospcError: false

# Set the value of this setting to true to suppress all logging output.
# logging.silent: false

Expand Down
5 changes: 5 additions & 0 deletions config/opensearch_dashboards-default.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,11 @@
# Enables you to specify a file where OpenSearch Dashboards stores log output.
# logging.dest: stdout

# 2.15 Ignore 'ENOSPC' error for logging stream.
# When set to true, the 'ENOSPC' error message will not cause the OpenSearch Dashboards process to crash. Otherwise,
# the original behavior will be maintained. It is disabled by default.
# logging.ignoreEnospcError: false

# Set the value of this setting to true to suppress all logging output.
# logging.silent: false

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ opensearch_dashboards_vars=(
opensearchDashboards.defaultAppId
opensearchDashboards.index
logging.dest
logging.ignoreEnospcError
logging.json
logging.quiet
logging.rotate.enabled
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ opensearch_dashboards_vars=(
opensearchDashboards.defaultAppId
opensearchDashboards.index
logging.dest
logging.ignoreEnospcError
logging.json
logging.quiet
logging.rotate.enabled
Expand Down

0 comments on commit 64a556f

Please sign in to comment.