@@ -111,18 +111,13 @@ The following parameters are available in the `elasticsearch` class:
111
111
* [ ` config ` ] ( #-elasticsearch--config )
112
112
* [ ` configdir ` ] ( #-elasticsearch--configdir )
113
113
* [ ` configdir_recurselimit ` ] ( #-elasticsearch--configdir_recurselimit )
114
- * [ ` daily_rolling_date_pattern ` ] ( #-elasticsearch--daily_rolling_date_pattern )
115
114
* [ ` datadir ` ] ( #-elasticsearch--datadir )
116
- * [ ` default_logging_level ` ] ( #-elasticsearch--default_logging_level )
117
115
* [ ` defaults_location ` ] ( #-elasticsearch--defaults_location )
118
- * [ ` deprecation_logging ` ] ( #-elasticsearch--deprecation_logging )
119
- * [ ` deprecation_logging_level ` ] ( #-elasticsearch--deprecation_logging_level )
120
116
* [ ` download_tool ` ] ( #-elasticsearch--download_tool )
121
117
* [ ` download_tool_insecure ` ] ( #-elasticsearch--download_tool_insecure )
122
118
* [ ` download_tool_verify_certificates ` ] ( #-elasticsearch--download_tool_verify_certificates )
123
119
* [ ` elasticsearch_group ` ] ( #-elasticsearch--elasticsearch_group )
124
120
* [ ` elasticsearch_user ` ] ( #-elasticsearch--elasticsearch_user )
125
- * [ ` file_rolling_type ` ] ( #-elasticsearch--file_rolling_type )
126
121
* [ ` homedir ` ] ( #-elasticsearch--homedir )
127
122
* [ ` indices ` ] ( #-elasticsearch--indices )
128
123
* [ ` init_defaults ` ] ( #-elasticsearch--init_defaults )
@@ -134,10 +129,6 @@ The following parameters are available in the `elasticsearch` class:
134
129
* [ ` license ` ] ( #-elasticsearch--license )
135
130
* [ ` logdir ` ] ( #-elasticsearch--logdir )
136
131
* [ ` logdir_mode ` ] ( #-elasticsearch--logdir_mode )
137
- * [ ` logging_config ` ] ( #-elasticsearch--logging_config )
138
- * [ ` logging_file ` ] ( #-elasticsearch--logging_file )
139
- * [ ` logging_level ` ] ( #-elasticsearch--logging_level )
140
- * [ ` logging_template ` ] ( #-elasticsearch--logging_template )
141
132
* [ ` manage_datadir ` ] ( #-elasticsearch--manage_datadir )
142
133
* [ ` manage_logdir ` ] ( #-elasticsearch--manage_logdir )
143
134
* [ ` manage_repo ` ] ( #-elasticsearch--manage_repo )
@@ -164,12 +155,8 @@ The following parameters are available in the `elasticsearch` class:
164
155
* [ ` restart_package_change ` ] ( #-elasticsearch--restart_package_change )
165
156
* [ ` restart_plugin_change ` ] ( #-elasticsearch--restart_plugin_change )
166
157
* [ ` roles ` ] ( #-elasticsearch--roles )
167
- * [ ` rolling_file_max_backup_index ` ] ( #-elasticsearch--rolling_file_max_backup_index )
168
- * [ ` rolling_file_max_file_size ` ] ( #-elasticsearch--rolling_file_max_file_size )
169
158
* [ ` scripts ` ] ( #-elasticsearch--scripts )
170
159
* [ ` secrets ` ] ( #-elasticsearch--secrets )
171
- * [ ` security_logging_content ` ] ( #-elasticsearch--security_logging_content )
172
- * [ ` security_logging_source ` ] ( #-elasticsearch--security_logging_source )
173
160
* [ ` service_name ` ] ( #-elasticsearch--service_name )
174
161
* [ ` service_provider ` ] ( #-elasticsearch--service_provider )
175
162
* [ ` slm_policies ` ] ( #-elasticsearch--slm_policies )
@@ -294,45 +281,18 @@ Data type: `Integer`
294
281
Dictates how deeply the file copy recursion logic should descend when
295
282
copying files from the ` configdir ` to instance ` configdir ` s.
296
283
297
- ##### <a name =" -elasticsearch--daily_rolling_date_pattern " ></a >` daily_rolling_date_pattern `
298
-
299
- Data type: ` String `
300
-
301
- File pattern for the file appender log when file_rolling_type is 'dailyRollingFile'.
302
-
303
284
##### <a name =" -elasticsearch--datadir " ></a >` datadir `
304
285
305
286
Data type: ` Elasticsearch::Multipath `
306
287
307
288
Allows you to set the data directory of Elasticsearch.
308
289
309
- ##### <a name =" -elasticsearch--default_logging_level " ></a >` default_logging_level `
310
-
311
- Data type: ` String `
312
-
313
- Default logging level for Elasticsearch.
314
-
315
- Default value: ` $logging_level `
316
-
317
290
##### <a name =" -elasticsearch--defaults_location " ></a >` defaults_location `
318
291
319
292
Data type: ` Optional[Stdlib::Absolutepath] `
320
293
321
294
Absolute path to directory containing init defaults file.
322
295
323
- ##### <a name =" -elasticsearch--deprecation_logging " ></a >` deprecation_logging `
324
-
325
- Data type: ` Boolean `
326
-
327
- Whether to enable deprecation logging. If enabled, deprecation logs will be
328
- saved to ${cluster.name}_ deprecation.log in the Elasticsearch log folder.
329
-
330
- ##### <a name =" -elasticsearch--deprecation_logging_level " ></a >` deprecation_logging_level `
331
-
332
- Data type: ` String `
333
-
334
- Default deprecation logging level for Elasticsearch.
335
-
336
296
##### <a name =" -elasticsearch--download_tool " ></a >` download_tool `
337
297
338
298
Data type: ` Optional[String] `
@@ -366,14 +326,6 @@ Data type: `String`
366
326
367
327
The user Elasticsearch should run as. This also sets file ownership.
368
328
369
- ##### <a name =" -elasticsearch--file_rolling_type " ></a >` file_rolling_type `
370
-
371
- Data type: ` Enum['dailyRollingFile', 'rollingFile', 'file'] `
372
-
373
- Configuration for the file appender rotation. It can be 'dailyRollingFile',
374
- 'rollingFile' or 'file'. The first rotates by name, the second one by size
375
- or third don't rotate automatically.
376
-
377
329
##### <a name =" -elasticsearch--homedir " ></a >` homedir `
378
330
379
331
Data type: ` Stdlib::Absolutepath `
@@ -446,32 +398,6 @@ Mode directory that will be used for Elasticsearch logging (default 2750).
446
398
447
399
Default value: ` '2750' `
448
400
449
- ##### <a name =" -elasticsearch--logging_config " ></a >` logging_config `
450
-
451
- Data type: ` Hash `
452
-
453
- Representation of information to be included in the log4j.properties file.
454
-
455
- ##### <a name =" -elasticsearch--logging_file " ></a >` logging_file `
456
-
457
- Data type: ` Optional[String] `
458
-
459
- Instead of a hash, you may supply a ` puppet:// ` file source for the
460
- log4j.properties file.
461
-
462
- ##### <a name =" -elasticsearch--logging_level " ></a >` logging_level `
463
-
464
- Data type: ` String `
465
-
466
- Default logging level for Elasticsearch.
467
-
468
- ##### <a name =" -elasticsearch--logging_template " ></a >` logging_template `
469
-
470
- Data type: ` Optional[String] `
471
-
472
- Use a custom logging template - just supply the relative path, i.e.
473
- ` $module/elasticsearch/logging.yml.erb `
474
-
475
401
##### <a name =" -elasticsearch--manage_datadir " ></a >` manage_datadir `
476
402
477
403
Data type: ` Boolean `
@@ -667,18 +593,6 @@ Data type: `Hash`
667
593
668
594
Define roles via a hash. This is mainly used with Hiera's auto binding.
669
595
670
- ##### <a name =" -elasticsearch--rolling_file_max_backup_index " ></a >` rolling_file_max_backup_index `
671
-
672
- Data type: ` Integer `
673
-
674
- Max number of logs to store whern file_rolling_type is 'rollingFile'
675
-
676
- ##### <a name =" -elasticsearch--rolling_file_max_file_size " ></a >` rolling_file_max_file_size `
677
-
678
- Data type: ` String `
679
-
680
- Max log file size when file_rolling_type is 'rollingFile'
681
-
682
596
##### <a name =" -elasticsearch--scripts " ></a >` scripts `
683
597
684
598
Data type: ` Hash `
@@ -692,20 +606,6 @@ Data type: `Optional[Hash]`
692
606
Optional default configuration hash of key/value pairs to store in the
693
607
Elasticsearch keystore file. If unset, the keystore is left unmanaged.
694
608
695
- ##### <a name =" -elasticsearch--security_logging_content " ></a >` security_logging_content `
696
-
697
- Data type: ` Optional[String] `
698
-
699
- File content for x-pack logging configuration file (will be placed
700
- into log4j2.properties file).
701
-
702
- ##### <a name =" -elasticsearch--security_logging_source " ></a >` security_logging_source `
703
-
704
- Data type: ` Optional[String] `
705
-
706
- File source for x-pack logging configuration file (will be placed
707
- into log4j2.properties).
708
-
709
609
##### <a name =" -elasticsearch--service_name " ></a >` service_name `
710
610
711
611
Data type: ` String `
0 commit comments