File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 55#### Fixes
66* REST-based resources are now coerced to string values to uniformly compare user defined values and Elasticsearch API responses.
77* Resolve deprecation warnings related to use of the deprecated is_array() function.
8+ * Fixed an erroneous inclusion of '<' in logging.yml
89* Resolve deprecation warnings related to use of the deprecated is_string() function.
910
1011## 6.3.0 (June 18, 2018)
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ elasticsearch::api_timeout: 10
1111elasticsearch::autoupgrade : false
1212elasticsearch::config : {}
1313elasticsearch::configdir : /etc/elasticsearch
14- elasticsearch::daily_rolling_date_pattern : <
14+ elasticsearch::daily_rolling_date_pattern : |
1515 " '.'yyyy-MM-dd"
1616elasticsearch::datadir_instance_directories : true
1717elasticsearch::default_logging_level : ' INFO'
You can’t perform that action at this time.
0 commit comments