@@ -297,7 +297,9 @@ copying files from the `configdir` to instance `configdir`s.
297
297
298
298
Data type: ` String `
299
299
300
- File pattern for the file appender log when file_rolling_type is 'dailyRollingFile'.
300
+ DEPRECATED, File pattern for the file appender log when file_rolling_type is 'dailyRollingFile'.
301
+
302
+ Default value: ` "'.'yyyy-MM-dd" `
301
303
302
304
##### <a name =" -elasticsearch--datadir " ></a >` datadir `
303
305
@@ -309,9 +311,9 @@ Allows you to set the data directory of Elasticsearch.
309
311
310
312
Data type: ` String `
311
313
312
- Default logging level for Elasticsearch.
314
+ DEPRECATED, Default logging level for Elasticsearch.
313
315
314
- Default value: ` $logging_level `
316
+ Default value: ` 'INFO' `
315
317
316
318
##### <a name =" -elasticsearch--defaults_location " ></a >` defaults_location `
317
319
@@ -323,14 +325,18 @@ Absolute path to directory containing init defaults file.
323
325
324
326
Data type: ` Boolean `
325
327
326
- Whether to enable deprecation logging. If enabled, deprecation logs will be
328
+ DEPRECATED, Whether to enable deprecation logging. If enabled, deprecation logs will be
327
329
saved to ${cluster.name}_ deprecation.log in the Elasticsearch log folder.
328
330
331
+ Default value: ` false `
332
+
329
333
##### <a name =" -elasticsearch--deprecation_logging_level " ></a >` deprecation_logging_level `
330
334
331
335
Data type: ` String `
332
336
333
- Default deprecation logging level for Elasticsearch.
337
+ DEPRECATED, Default deprecation logging level for Elasticsearch.
338
+
339
+ Default value: ` 'DEBUG' `
334
340
335
341
##### <a name =" -elasticsearch--download_tool " ></a >` download_tool `
336
342
@@ -369,10 +375,12 @@ The user Elasticsearch should run as. This also sets file ownership.
369
375
370
376
Data type: ` Enum['dailyRollingFile', 'rollingFile', 'file'] `
371
377
372
- Configuration for the file appender rotation. It can be 'dailyRollingFile',
378
+ DEPRECATED, Configuration for the file appender rotation. It can be 'dailyRollingFile',
373
379
'rollingFile' or 'file'. The first rotates by name, the second one by size
374
380
or third don't rotate automatically.
375
381
382
+ Default value: ` 'dailyRollingFile' `
383
+
376
384
##### <a name =" -elasticsearch--homedir " ></a >` homedir `
377
385
378
386
Data type: ` Stdlib::Absolutepath `
@@ -449,28 +457,36 @@ Default value: `'2750'`
449
457
450
458
Data type: ` Hash `
451
459
452
- Representation of information to be included in the log4j.properties file.
460
+ DEPRECATED, Representation of information to be included in the log4j.properties file.
461
+
462
+ Default value: ` {} `
453
463
454
464
##### <a name =" -elasticsearch--logging_file " ></a >` logging_file `
455
465
456
466
Data type: ` Optional[String] `
457
467
458
- Instead of a hash, you may supply a ` puppet:// ` file source for the
468
+ DEPRECATED, Instead of a hash, you may supply a ` puppet:// ` file source for the
459
469
log4j.properties file.
460
470
471
+ Default value: ` undef `
472
+
461
473
##### <a name =" -elasticsearch--logging_level " ></a >` logging_level `
462
474
463
475
Data type: ` String `
464
476
465
477
Default logging level for Elasticsearch.
466
478
479
+ Default value: ` 'INFO' `
480
+
467
481
##### <a name =" -elasticsearch--logging_template " ></a >` logging_template `
468
482
469
- Data type: ` Optional[ String] `
483
+ Data type: ` String `
470
484
471
- Use a custom logging template - just supply the relative path, i.e.
485
+ DEPRECATED, Use a custom logging template - just supply the relative path, i.e.
472
486
` $module/elasticsearch/logging.yml.erb `
473
487
488
+ Default value: ` "${module_name}/etc/elasticsearch/log4j2.properties.erb" `
489
+
474
490
##### <a name =" -elasticsearch--manage_datadir " ></a >` manage_datadir `
475
491
476
492
Data type: ` Boolean `
@@ -662,13 +678,17 @@ Define roles via a hash. This is mainly used with Hiera's auto binding.
662
678
663
679
Data type: ` Integer `
664
680
665
- Max number of logs to store whern file_rolling_type is 'rollingFile'
681
+ DEPRECATED, Max number of logs to store whern file_rolling_type is 'rollingFile'
682
+
683
+ Default value: ` 1 `
666
684
667
685
##### <a name =" -elasticsearch--rolling_file_max_file_size " ></a >` rolling_file_max_file_size `
668
686
669
687
Data type: ` String `
670
688
671
- Max log file size when file_rolling_type is 'rollingFile'
689
+ DEPRECATED, Max log file size when file_rolling_type is 'rollingFile'
690
+
691
+ Default value: ` '10MB' `
672
692
673
693
##### <a name =" -elasticsearch--scripts " ></a >` scripts `
674
694
@@ -687,16 +707,20 @@ Elasticsearch keystore file. If unset, the keystore is left unmanaged.
687
707
688
708
Data type: ` Optional[String] `
689
709
690
- File content for x-pack logging configuration file (will be placed
710
+ DEPRECATED, File content for x-pack logging configuration file (will be placed
691
711
into log4j2.properties file).
692
712
713
+ Default value: ` undef `
714
+
693
715
##### <a name =" -elasticsearch--security_logging_source " ></a >` security_logging_source `
694
716
695
717
Data type: ` Optional[String] `
696
718
697
- File source for x-pack logging configuration file (will be placed
719
+ DEPRECATED, File source for x-pack logging configuration file (will be placed
698
720
into log4j2.properties).
699
721
722
+ Default value: ` undef `
723
+
700
724
##### <a name =" -elasticsearch--service_name " ></a >` service_name `
701
725
702
726
Data type: ` String `
0 commit comments