@@ -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 )
@@ -163,12 +154,8 @@ The following parameters are available in the `elasticsearch` class:
163154* [ ` restart_package_change ` ] ( #-elasticsearch--restart_package_change )
164155* [ ` restart_plugin_change ` ] ( #-elasticsearch--restart_plugin_change )
165156* [ ` roles ` ] ( #-elasticsearch--roles )
166- * [ ` rolling_file_max_backup_index ` ] ( #-elasticsearch--rolling_file_max_backup_index )
167- * [ ` rolling_file_max_file_size ` ] ( #-elasticsearch--rolling_file_max_file_size )
168157* [ ` scripts ` ] ( #-elasticsearch--scripts )
169158* [ ` secrets ` ] ( #-elasticsearch--secrets )
170- * [ ` security_logging_content ` ] ( #-elasticsearch--security_logging_content )
171- * [ ` security_logging_source ` ] ( #-elasticsearch--security_logging_source )
172159* [ ` service_name ` ] ( #-elasticsearch--service_name )
173160* [ ` service_provider ` ] ( #-elasticsearch--service_provider )
174161* [ ` slm_policies ` ] ( #-elasticsearch--slm_policies )
@@ -293,45 +280,18 @@ Data type: `Integer`
293280Dictates how deeply the file copy recursion logic should descend when
294281copying files from the ` configdir ` to instance ` configdir ` s.
295282
296- ##### <a name =" -elasticsearch--daily_rolling_date_pattern " ></a >` daily_rolling_date_pattern `
297-
298- Data type: ` String `
299-
300- File pattern for the file appender log when file_rolling_type is 'dailyRollingFile'.
301-
302283##### <a name =" -elasticsearch--datadir " ></a >` datadir `
303284
304285Data type: ` Elasticsearch::Multipath `
305286
306287Allows you to set the data directory of Elasticsearch.
307288
308- ##### <a name =" -elasticsearch--default_logging_level " ></a >` default_logging_level `
309-
310- Data type: ` String `
311-
312- Default logging level for Elasticsearch.
313-
314- Default value: ` $logging_level `
315-
316289##### <a name =" -elasticsearch--defaults_location " ></a >` defaults_location `
317290
318291Data type: ` Optional[Stdlib::Absolutepath] `
319292
320293Absolute path to directory containing init defaults file.
321294
322- ##### <a name =" -elasticsearch--deprecation_logging " ></a >` deprecation_logging `
323-
324- Data type: ` Boolean `
325-
326- Whether to enable deprecation logging. If enabled, deprecation logs will be
327- saved to ${cluster.name}_ deprecation.log in the Elasticsearch log folder.
328-
329- ##### <a name =" -elasticsearch--deprecation_logging_level " ></a >` deprecation_logging_level `
330-
331- Data type: ` String `
332-
333- Default deprecation logging level for Elasticsearch.
334-
335295##### <a name =" -elasticsearch--download_tool " ></a >` download_tool `
336296
337297Data type: ` Optional[String] `
@@ -365,14 +325,6 @@ Data type: `String`
365325
366326The user Elasticsearch should run as. This also sets file ownership.
367327
368- ##### <a name =" -elasticsearch--file_rolling_type " ></a >` file_rolling_type `
369-
370- Data type: ` Enum['dailyRollingFile', 'rollingFile', 'file'] `
371-
372- Configuration for the file appender rotation. It can be 'dailyRollingFile',
373- 'rollingFile' or 'file'. The first rotates by name, the second one by size
374- or third don't rotate automatically.
375-
376328##### <a name =" -elasticsearch--homedir " ></a >` homedir `
377329
378330Data type: ` Stdlib::Absolutepath `
@@ -445,32 +397,6 @@ Mode directory that will be used for Elasticsearch logging (default 2750).
445397
446398Default value: ` '2750' `
447399
448- ##### <a name =" -elasticsearch--logging_config " ></a >` logging_config `
449-
450- Data type: ` Hash `
451-
452- Representation of information to be included in the log4j.properties file.
453-
454- ##### <a name =" -elasticsearch--logging_file " ></a >` logging_file `
455-
456- Data type: ` Optional[String] `
457-
458- Instead of a hash, you may supply a ` puppet:// ` file source for the
459- log4j.properties file.
460-
461- ##### <a name =" -elasticsearch--logging_level " ></a >` logging_level `
462-
463- Data type: ` String `
464-
465- Default logging level for Elasticsearch.
466-
467- ##### <a name =" -elasticsearch--logging_template " ></a >` logging_template `
468-
469- Data type: ` Optional[String] `
470-
471- Use a custom logging template - just supply the relative path, i.e.
472- ` $module/elasticsearch/logging.yml.erb `
473-
474400##### <a name =" -elasticsearch--manage_datadir " ></a >` manage_datadir `
475401
476402Data type: ` Boolean `
@@ -658,18 +584,6 @@ Data type: `Hash`
658584
659585Define roles via a hash. This is mainly used with Hiera's auto binding.
660586
661- ##### <a name =" -elasticsearch--rolling_file_max_backup_index " ></a >` rolling_file_max_backup_index `
662-
663- Data type: ` Integer `
664-
665- Max number of logs to store whern file_rolling_type is 'rollingFile'
666-
667- ##### <a name =" -elasticsearch--rolling_file_max_file_size " ></a >` rolling_file_max_file_size `
668-
669- Data type: ` String `
670-
671- Max log file size when file_rolling_type is 'rollingFile'
672-
673587##### <a name =" -elasticsearch--scripts " ></a >` scripts `
674588
675589Data type: ` Hash `
@@ -683,20 +597,6 @@ Data type: `Optional[Hash]`
683597Optional default configuration hash of key/value pairs to store in the
684598Elasticsearch keystore file. If unset, the keystore is left unmanaged.
685599
686- ##### <a name =" -elasticsearch--security_logging_content " ></a >` security_logging_content `
687-
688- Data type: ` Optional[String] `
689-
690- File content for x-pack logging configuration file (will be placed
691- into log4j2.properties file).
692-
693- ##### <a name =" -elasticsearch--security_logging_source " ></a >` security_logging_source `
694-
695- Data type: ` Optional[String] `
696-
697- File source for x-pack logging configuration file (will be placed
698- into log4j2.properties).
699-
700600##### <a name =" -elasticsearch--service_name " ></a >` service_name `
701601
702602Data type: ` String `
0 commit comments