@@ -111,18 +111,13 @@ The following parameters are available in the `elasticsearch` class:
111111* [ ` config ` ] ( #-elasticsearch--config )
112112* [ ` configdir ` ] ( #-elasticsearch--configdir )
113113* [ ` configdir_recurselimit ` ] ( #-elasticsearch--configdir_recurselimit )
114- * [ ` daily_rolling_date_pattern ` ] ( #-elasticsearch--daily_rolling_date_pattern )
115114* [ ` datadir ` ] ( #-elasticsearch--datadir )
116- * [ ` default_logging_level ` ] ( #-elasticsearch--default_logging_level )
117115* [ ` defaults_location ` ] ( #-elasticsearch--defaults_location )
118- * [ ` deprecation_logging ` ] ( #-elasticsearch--deprecation_logging )
119- * [ ` deprecation_logging_level ` ] ( #-elasticsearch--deprecation_logging_level )
120116* [ ` download_tool ` ] ( #-elasticsearch--download_tool )
121117* [ ` download_tool_insecure ` ] ( #-elasticsearch--download_tool_insecure )
122118* [ ` download_tool_verify_certificates ` ] ( #-elasticsearch--download_tool_verify_certificates )
123119* [ ` elasticsearch_group ` ] ( #-elasticsearch--elasticsearch_group )
124120* [ ` elasticsearch_user ` ] ( #-elasticsearch--elasticsearch_user )
125- * [ ` file_rolling_type ` ] ( #-elasticsearch--file_rolling_type )
126121* [ ` homedir ` ] ( #-elasticsearch--homedir )
127122* [ ` indices ` ] ( #-elasticsearch--indices )
128123* [ ` init_defaults ` ] ( #-elasticsearch--init_defaults )
@@ -134,10 +129,6 @@ The following parameters are available in the `elasticsearch` class:
134129* [ ` license ` ] ( #-elasticsearch--license )
135130* [ ` logdir ` ] ( #-elasticsearch--logdir )
136131* [ ` 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 )
141132* [ ` manage_datadir ` ] ( #-elasticsearch--manage_datadir )
142133* [ ` manage_logdir ` ] ( #-elasticsearch--manage_logdir )
143134* [ ` manage_repo ` ] ( #-elasticsearch--manage_repo )
@@ -164,12 +155,8 @@ The following parameters are available in the `elasticsearch` class:
164155* [ ` restart_package_change ` ] ( #-elasticsearch--restart_package_change )
165156* [ ` restart_plugin_change ` ] ( #-elasticsearch--restart_plugin_change )
166157* [ ` 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 )
169158* [ ` scripts ` ] ( #-elasticsearch--scripts )
170159* [ ` secrets ` ] ( #-elasticsearch--secrets )
171- * [ ` security_logging_content ` ] ( #-elasticsearch--security_logging_content )
172- * [ ` security_logging_source ` ] ( #-elasticsearch--security_logging_source )
173160* [ ` service_name ` ] ( #-elasticsearch--service_name )
174161* [ ` service_provider ` ] ( #-elasticsearch--service_provider )
175162* [ ` slm_policies ` ] ( #-elasticsearch--slm_policies )
@@ -294,45 +281,18 @@ Data type: `Integer`
294281Dictates how deeply the file copy recursion logic should descend when
295282copying files from the ` configdir ` to instance ` configdir ` s.
296283
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-
303284##### <a name =" -elasticsearch--datadir " ></a >` datadir `
304285
305286Data type: ` Elasticsearch::Multipath `
306287
307288Allows you to set the data directory of Elasticsearch.
308289
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-
317290##### <a name =" -elasticsearch--defaults_location " ></a >` defaults_location `
318291
319292Data type: ` Optional[Stdlib::Absolutepath] `
320293
321294Absolute path to directory containing init defaults file.
322295
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-
336296##### <a name =" -elasticsearch--download_tool " ></a >` download_tool `
337297
338298Data type: ` Optional[String] `
@@ -366,14 +326,6 @@ Data type: `String`
366326
367327The user Elasticsearch should run as. This also sets file ownership.
368328
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-
377329##### <a name =" -elasticsearch--homedir " ></a >` homedir `
378330
379331Data type: ` Stdlib::Absolutepath `
@@ -446,32 +398,6 @@ Mode directory that will be used for Elasticsearch logging (default 2750).
446398
447399Default value: ` '2750' `
448400
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-
475401##### <a name =" -elasticsearch--manage_datadir " ></a >` manage_datadir `
476402
477403Data type: ` Boolean `
@@ -667,18 +593,6 @@ Data type: `Hash`
667593
668594Define roles via a hash. This is mainly used with Hiera's auto binding.
669595
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-
682596##### <a name =" -elasticsearch--scripts " ></a >` scripts `
683597
684598Data type: ` Hash `
@@ -692,20 +606,6 @@ Data type: `Optional[Hash]`
692606Optional default configuration hash of key/value pairs to store in the
693607Elasticsearch keystore file. If unset, the keystore is left unmanaged.
694608
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-
709609##### <a name =" -elasticsearch--service_name " ></a >` service_name `
710610
711611Data type: ` String `
0 commit comments