Activity Monitor
Advanced
Activity Monitor Environment Advanced Configuration Snippet (Safety Valve)
- Description
- For advanced use only, key-value pairs (one on each line) to be inserted into a role's environment. Applies to configurations of this role except client configuration.
- Related Name
- Default Value
- API Name
-
ACTIVITYMONITOR_role_env_safety_valve
- Required
- false
Event Publication Maximum Queue Size
- Description
- The maximum size of the queue in which events published from this role will be buffered. If this queue becomes full (for example, due to an outage), subsequent events will be dropped.
- Related Name
-
activityevents.event.publish.queue.max
- Default Value
- 20000
- API Name
-
actmon_event_publication_queue_size_max
- Required
- true
Event Publication Retry Period
- Description
- If an event cannot be delivered immediately by this role, this value controls how long to wait before Event Publisher retries delivery.
- Related Name
-
activityevents.event.publish.retry.ms
- Default Value
- 5000
- API Name
-
actmon_event_publication_retry_period
- Required
- true
Java Configuration Options for Activity Monitor
- Description
- These arguments will be passed as part of the Java command line. Commonly, garbage collection flags, PermGen, or extra debugging flags would be passed here. Note: When CM version is 6.3.0 or greater, {{JAVA_GC_ARGS}} will be replaced by JVM Garbage Collection arguments based on the runtime Java JVM version.
- Related Name
- Default Value
- API Name
-
firehose_java_opts
- Required
- false
Activity Monitor Advanced Configuration Snippet (Safety Valve) for cmon.conf
- Description
- For advanced use only. A string to be inserted into cmon.conf for this role only.
- Related Name
- Default Value
- API Name
-
firehose_safety_valve
- Required
- false
Activity Monitor Logging Advanced Configuration Snippet (Safety Valve)
- Description
- For advanced use only, a string to be inserted into log4j.properties for this role only.
- Related Name
- Default Value
- API Name
-
log4j_safety_valve
- Required
- false
Heap Dump Directory
- Description
- Path to directory where heap dumps are generated when java.lang.OutOfMemoryError error is thrown. This directory is automatically created if it does not exist. If this directory already exists, role user must have write access to this directory. If this directory is shared among multiple roles, it should have 1777 permissions. The heap dump files are created with 600 permissions and are owned by the role user. The amount of free space in this directory should be greater than the maximum Java Process heap size configured for this role.
- Related Name
-
oom_heap_dump_dir
- Default Value
- /tmp
- API Name
-
oom_heap_dump_dir
- Required
- false
Dump Heap When Out of Memory
- Description
- When set, generates heap dump file when java.lang.OutOfMemoryError is thrown.
- Related Name
- Default Value
- true
- API Name
-
oom_heap_dump_enabled
- Required
- true
Kill When Out of Memory
- Description
- When set, a SIGKILL signal is sent to the role process when java.lang.OutOfMemoryError is thrown.
- Related Name
- Default Value
- true
- API Name
-
oom_sigkill_enabled
- Required
- true
Automatically Restart Process
- Description
- When set, this role's process is automatically (and transparently) restarted in the event of an unexpected failure. This configuration applies in the time after the Start Wait Timeout period.
- Related Name
- Default Value
- true
- API Name
-
process_auto_restart
- Required
- true
Enable Metric Collection
- Description
- Cloudera Manager agent monitors each service and each of its role by publishing metrics to the Cloudera Manager Service Monitor. Setting it to false will stop Cloudera Manager agent from publishing any metric for corresponding service/roles. This is usually helpful for services that generate large amount of metrics which Service Monitor is not able to process.
- Related Name
- Default Value
- true
- API Name
-
process_should_monitor
- Required
- true
Process Start Retry Attempts
- Description
- Number of times to try starting a role's process when the process exits before the Start Wait Timeout period. After a process is running beyond the Start Wait Timeout, the retry count is reset. Setting this configuration to zero will prevent restart of the process during the Start Wait Timeout period.
- Related Name
- Default Value
- 3
- API Name
-
process_start_retries
- Required
- false
Process Start Wait Timeout
- Description
- The time in seconds to wait for a role's process to start successfully on a host. Processes which exit/crash before this time will be restarted until reaching the limit specified by the Start Retry Attempts count parameter. Setting this configuration to zero will turn off this feature.
- Related Name
- Default Value
- 20
- API Name
-
process_start_secs
- Required
- false
Database
Activity Monitor Database Hostname
- Description
- Name of host where Activity Monitor's database is running. It is highly recommended that this database is on the same host as the Activity Monitor. If the database is not running on its default port, specify the port number using this syntax: 'host:port'
- Related Name
- Default Value
- localhost
- API Name
-
firehose_database_host
- Required
- false
Activity Monitor Database Name
- Description
- Name of the Activity Monitor's database.
- Related Name
- Default Value
- firehose
- API Name
-
firehose_database_name
- Required
- true
Activity Monitor Database Password
- Description
- Password for logging in to the Activity Monitor database
- Related Name
-
db.hibernate.connection.password
- Default Value
- API Name
-
firehose_database_password
- Required
- false
Activity Monitor Database Type
- Description
- Type of database to use for Activity Monitor.
- Related Name
- Default Value
- mysql
- API Name
-
firehose_database_type
- Required
- false
Activity Monitor Database Username
- Description
- Username for logging in to the Activity Monitor database.
- Related Name
-
db.hibernate.connection.username
- Default Value
- firehose
- API Name
-
firehose_database_user
- Required
- true
Logs
Activity Monitor Logging Threshold
- Description
- The minimum log level for Activity Monitor logs
- Related Name
- Default Value
- INFO
- API Name
-
log_threshold
- Required
- false
Activity Monitor Maximum Log File Backups
- Description
- The maximum number of rolled log files to keep for Activity Monitor logs. Typically used by log4j or logback.
- Related Name
- Default Value
- 10
- API Name
-
max_log_backup_index
- Required
- false
Activity Monitor Max Log Size
- Description
- The maximum size, in megabytes, per log file for Activity Monitor logs. Typically used by log4j or logback.
- Related Name
- Default Value
- 200 MiB
- API Name
-
max_log_size
- Required
- false
Activity Monitor Log Directory
- Description
- Location of log files for Activity Monitor
- Related Name
- Default Value
- /var/log/cloudera-scm-firehose
- API Name
-
mgmt_log_dir
- Required
- false
Monitoring
Activity Monitor Activity Monitor Pipeline Monitoring Thresholds
- Description
- The health test thresholds for monitoring the Activity Monitor activity monitor pipeline. This specifies the number of dropped messages that will be tolerated over the monitoring time period.
- Related Name
- Default Value
- Warning: Never, Critical: Any
- API Name
-
activitymonitor_activity_monitor_pipeline_thresholds
- Required
- false
Activity Monitor Activity Monitor Pipeline Monitoring Time Period
- Description
- The time period over which the Activity Monitor activity monitor pipeline will be monitored for dropped messages.
- Related Name
- Default Value
- 5 minute(s)
- API Name
-
activitymonitor_activity_monitor_pipeline_window
- Required
- false
Activity Monitor Activity Tree Pipeline Monitoring Thresholds
- Description
- The health test thresholds for monitoring the Activity Monitor activity tree pipeline. This specifies the number of dropped messages that will be tolerated over the monitoring time period.
- Related Name
- Default Value
- Warning: Never, Critical: Any
- API Name
-
activitymonitor_activity_tree_pipeline_thresholds
- Required
- false
Activity Monitor Activity Tree Pipeline Monitoring Time Period
- Description
- The time period over which the Activity Monitor activity tree pipeline will be monitored for dropped messages.
- Related Name
- Default Value
- 5 minute(s)
- API Name
-
activitymonitor_activity_tree_pipeline_window
- Required
- false
File Descriptor Monitoring Thresholds
- Description
- The health test thresholds of the number of file descriptors used. Specified as a percentage of file descriptor limit.
- Related Name
- Default Value
- Warning: 50.0 %, Critical: 70.0 %
- API Name
-
activitymonitor_fd_thresholds
- Required
- false
Activity Monitor Host Health Test
- Description
- When computing the overall Activity Monitor health, consider the host's health.
- Related Name
- Default Value
- true
- API Name
-
activitymonitor_host_health_enabled
- Required
- false
Pause Duration Thresholds
- Description
- The health test thresholds for the weighted average extra time the pause monitor spent paused. Specified as a percentage of elapsed wall clock time.
- Related Name
- Default Value
- Warning: 30.0, Critical: 60.0
- API Name
-
activitymonitor_pause_duration_thresholds
- Required
- false
Pause Duration Monitoring Period
- Description
- The period to review when computing the moving average of extra time the pause monitor spent paused.
- Related Name
- Default Value
- 5 minute(s)
- API Name
-
activitymonitor_pause_duration_window
- Required
- false
Activity Monitor Process Health Test
- Description
- Enables the health test that the Activity Monitor's process state is consistent with the role configuration
- Related Name
- Default Value
- true
- API Name
-
activitymonitor_scm_health_enabled
- Required
- false
Web Metric Collection
- Description
- Enables the health test that the Cloudera Manager Agent can successfully contact and gather metrics from the web server.
- Related Name
- Default Value
- true
- API Name
-
activitymonitor_web_metric_collection_enabled
- Required
- false
Web Metric Collection Duration
- Description
- The health test thresholds on the duration of the metrics request to the web server.
- Related Name
- Default Value
- Warning: 10 second(s), Critical: Never
- API Name
-
activitymonitor_web_metric_collection_thresholds
- Required
- false
Enable Health Alerts for this Role
- Description
- When set, Cloudera Manager will send alerts when the health of this role reaches the threshold specified by the EventServer setting eventserver_health_events_alert_threshold
- Related Name
- Default Value
- true
- API Name
-
enable_alerts
- Required
- false
Enable Configuration Change Alerts
- Description
- When set, Cloudera Manager will send alerts when this entity's configuration changes.
- Related Name
- Default Value
- false
- API Name
-
enable_config_alerts
- Required
- false
Heap Dump Directory Free Space Monitoring Absolute Thresholds
- Description
- The health test thresholds for monitoring of free space on the filesystem that contains this role's heap dump directory.
- Related Name
- Default Value
- Warning: 10 GiB, Critical: 5 GiB
- API Name
-
heap_dump_directory_free_space_absolute_thresholds
- Required
- false
Heap Dump Directory Free Space Monitoring Percentage Thresholds
- Description
- The health test thresholds for monitoring of free space on the filesystem that contains this role's heap dump directory. Specified as a percentage of the capacity on that filesystem. This setting is not used if a Heap Dump Directory Free Space Monitoring Absolute Thresholds setting is configured.
- Related Name
- Default Value
- Warning: Never, Critical: Never
- API Name
-
heap_dump_directory_free_space_percentage_thresholds
- Required
- false
Log Directory Free Space Monitoring Absolute Thresholds
- Description
- The health test thresholds for monitoring of free space on the filesystem that contains this role's log directory.
- Related Name
- Default Value
- Warning: 10 GiB, Critical: 5 GiB
- API Name
-
log_directory_free_space_absolute_thresholds
- Required
- false
Log Directory Free Space Monitoring Percentage Thresholds
- Description
- The health test thresholds for monitoring of free space on the filesystem that contains this role's log directory. Specified as a percentage of the capacity on that filesystem. This setting is not used if a Log Directory Free Space Monitoring Absolute Thresholds setting is configured.
- Related Name
- Default Value
- Warning: Never, Critical: Never
- API Name
-
log_directory_free_space_percentage_thresholds
- Required
- false
Rules to Extract Events from Log Files
- Description
- This file contains the rules that govern how log messages are turned into events by the custom log4j appender that this role loads. It is in JSON format, and is composed of a list of rules. Every log message is evaluated against each of these rules in turn to decide whether or not to send an event for that message. If a log message matches multiple rules, the first matching rule is used.. Each rule has some or all of the following fields:
alert
- whether or not events generated from this rule should be promoted to alerts. A value of "true" will cause alerts to be generated. If not specified, the default is "false".rate
(mandatory) - the maximum number of log messages matching this rule that can be sent as events every minute. If more thanrate
matching log messages are received in a single minute, the extra messages are ignored. If rate is less than 0, the number of messages per minute is unlimited.periodminutes
- the number of minutes during which the publisher will only publishrate
events or fewer. If not specified, the default is one minutethreshold
- apply this rule only to messages with this log4j severity level or above. An example is "WARN" for warning level messages or higher.content
- match only those messages for which contents match this regular expression.exceptiontype
- match only those messages that are part of an exception message. The exception type must match this regular expression.
{"alert": false, "rate": 10, "exceptiontype": "java.lang.StringIndexOutOfBoundsException"}
This rule sends events to Cloudera Manager for everyStringIndexOutOfBoundsException
, up to a maximum of 10 every minute.{"alert": false, "rate": 1, "periodminutes": 1, "exceptiontype": ".*"}, {"alert": true, "rate": 1, "periodminutes": 1, "threshold":"ERROR"}
In this example, an event generated may not be promoted to alert if an exception is in the ERROR log message, because the first rule with alert = false will match.
- Related Name
- Default Value
- version: 0, rules: [ alert: false, rate: 0, threshold: WARN, content: .* is deprecated. Instead, use .* , alert: false, rate: 0, threshold: WARN, content: .* is deprecated. Use .* instead , alert: false, rate: 1, periodminutes: 1, threshold: FATAL , alert: false, rate: 1, periodminutes: 2, exceptiontype: .* , alert: false, rate: 1, periodminutes: 1, threshold: WARN ]
- API Name
-
log_event_whitelist
- Required
- false
Metric Filter
- Description
- Defines a Metric Filter for this role. Cloudera Manager Agents will not send filtered metrics to the Service Monitor. Define the following fields:
- Health Test Metric Set - Select this parameter to collect only metrics required for health tests.
- Default Dashboard Metric Set - Select this parameter to collect only metrics required for the default dashboards. For user-defined charts, you must add the metrics you require for the chart using the Custom Metrics parameter.
- Include/Exclude Custom Metrics - Select Include to specify metrics that should be collected. Select Exclude to specify metrics that should not be collected. Enter the metric names to be included or excluded using the Metric Name parameter.
- Metric Name - The name of a metric that will be included or excluded during metric collection.
jvm_heap_used_mb
metric:- Include only Health Test Metric Set: Selected.
- Include/Exclude Custom Metrics: Set to Include.
- Metric Name:
jvm_heap_used_mb
{ "includeHealthTestMetricSet": true, "filterType": "whitelist", "metrics": ["jvm_heap_used_mb"] }
- Related Name
- Default Value
- API Name
-
monitoring_metric_filter
- Required
- false
Process Swap Memory Thresholds
- Description
- The health test thresholds on the swap memory usage of the process. This takes precedence over the host level threshold.
- Related Name
- Default Value
- Warning: 200 B, Critical: Never
- API Name
-
process_swap_memory_thresholds
- Required
- false
Role Triggers
- Description
- The configured triggers for this role. This is a JSON-formatted list of triggers. These triggers are evaluated as part as the health system. Every trigger expression is parsed, and if the trigger condition is met, the list of actions provided in the trigger expression is executed. Each trigger has the following fields:
triggerName
(mandatory) - The name of the trigger. This value must be unique for the specific role.triggerExpression
(mandatory) - A tsquery expression representing the trigger.streamThreshold
(optional) - The maximum number of streams that can satisfy a condition of a trigger before the condition fires. By default set to 0, and any stream returned causes the condition to fire.enabled
(optional) - By default set to 'true'. If set to 'false', the trigger is not evaluated.expressionEditorConfig
(optional) - Metadata for the trigger editor. If present, the trigger should only be edited from the Edit Trigger page; editing the trigger here can lead to inconsistencies.
[{"triggerName": "sample-trigger", "triggerExpression": "IF (SELECT fd_open WHERE roleName=$ROLENAME and last(fd_open) > 1500) DO health:bad", "streamThreshold": 0, "enabled": "true"}]
See the trigger rules documentation for more details on how to write triggers using tsquery.The JSON format is evolving and may change and, as a result, backward compatibility is not guaranteed between releases. - Related Name
- Default Value
- []
- API Name
-
role_triggers
- Required
- true
Cloudera Manager Descriptor Age Thresholds
- Description
- The health test thresholds for monitoring the time since the Cloudera Manager descriptor was last refreshed.
- Related Name
- Default Value
- Warning: 60000.0, Critical: 120000.0
- API Name
-
scm_descriptor_age_thresholds
- Required
- false
Unexpected Exits Thresholds
- Description
- The health test thresholds for unexpected exits encountered within a recent period specified by the unexpected_exits_window configuration for the role.
- Related Name
- Default Value
- Warning: Never, Critical: Any
- API Name
-
unexpected_exits_thresholds
- Required
- false
Unexpected Exits Monitoring Period
- Description
- The period to review when computing unexpected exits.
- Related Name
- Default Value
- 5 minute(s)
- API Name
-
unexpected_exits_window
- Required
- false
Other
Event Publication Log Quiet Time Period
- Description
- To avoid producing excessive amounts of log output, the Event Publisher component of this role is limited to emitting one message per time period. This value controls the size of that time period.
- Related Name
-
activityevents.event.publish.log.suppress.window.ms
- Default Value
- 1 minute(s)
- API Name
-
actmon_event_publication_log_suppress_window
- Required
- true
Use the Authentication Service to enable Single Sign On
- Description
- Use the Authentication Service to enable Single Sign On for the Firehose debug servers. Requires a running Authentication Service.
- Related Name
-
debug.servlet.auth.enabled
- Default Value
- false
- API Name
-
debug_servlet_auth_enabled
- Required
- false
Purge Activities Data at This Age
- Description
- In Activity Monitor, purge data about MapReduce jobs and aggregate activities when the data reaches this age in hours. By default, Activity Monitor keeps data about activities for 336 hours (14 days).
- Related Name
-
firehose.activity.purge.duration.hours
- Default Value
- 14 day(s)
- API Name
-
firehose_activity_purge_duration_hours
- Required
- false
Purge Attempts Data at This Age
- Description
- In the Activity Monitor, purge data about MapReduce attempts when the data reaches this age in hours. Because attempt data may consume large amounts of database space, you may wish to purge it more frequently than activity data. By default, Activity Monitor keeps data about attempts for 336 hours (14 days).
- Related Name
-
firehose.attempt.purge.duration.hours
- Default Value
- 14 day(s)
- API Name
-
firehose_attempt_purge_duration_hours
- Required
- false
Starting Interval for Descriptor Fetch Attempts
- Description
- The starting interval between fetch attempts for the SCM descriptor when Cloudera Management Service roles are starting. The interval is increased by an additional one second with each failed fetch attempt.
- Related Name
-
mgmt.descriptor.fetch.frequency
- Default Value
- 2 second(s)
- API Name
-
mgmt_descriptor_fetch_frequency
- Required
- true
Descriptor Fetch Max Attempts
- Description
- Maximum number of attempts to fetch the SCM descriptor when Cloudera Management Service roles are starting. If the roles are not able to get the descriptor in this number of attempts, then the roles exit.
- Related Name
-
mgmt.num.descriptor.fetch.tries
- Default Value
- 10
- API Name
-
mgmt_num_descriptor_fetch_tries
- Required
- true
Purge MapReduce Service Data at This Age
- Description
- The number of hours of past service-level data to keep in the Activity Monitor database, such as total slots running. The default is to keep data for 336 hours (14 days).
- Related Name
-
timeseries.expiration.hours
- Default Value
- 14 day(s)
- API Name
-
timeseries_expiration_hours
- Required
- false
Performance
Maximum Process File Descriptors
- Description
- If configured, overrides the process soft and hard rlimits (also called ulimits) for file descriptors to the configured value.
- Related Name
- Default Value
- API Name
-
rlimit_fds
- Required
- false
Ports and Addresses
Bind Activity Monitor to Wildcard Address
- Description
- If enabled, the Activity Monitor binds to the wildcard address ("0.0.0.0") on all of its ports.
- Related Name
- Default Value
- false
- API Name
-
amon_bind_wildcard
- Required
- false
Activity Monitor Web UI Port
- Description
- Port for Activity Monitor's Debug page. Set to -1 to disable the debug server.
- Related Name
-
debug.servlet.port
- Default Value
- 8087
- API Name
-
firehose_debug_port
- Required
- false
Activity Monitor Web UI HTTPS Port
- Description
- Port for Activity Monitor's HTTPS Debug page.
- Related Name
-
debug.servlet.https.port
- Default Value
- 9087
- API Name
-
firehose_debug_tls_port
- Required
- false
Activity Monitor Listen Port
- Description
- Port where Activity Monitor is listening for agent messages.
- Related Name
-
firehose.server.port
- Default Value
- 9999
- API Name
-
firehose_listen_port
- Required
- false
Activity Monitor Nozzle Port
- Description
- Port where Activity Monitor's query API is exposed.
- Related Name
-
nozzle.server.port
- Default Value
- 9998
- API Name
-
firehose_nozzle_port
- Required
- false
Resource Management
Java Heap Size of Activity Monitor in Bytes
- Description
- Maximum size in bytes for the Java Process heap memory. Passed to Java -Xmx.
- Related Name
- Default Value
- 1 GiB
- API Name
-
firehose_heapsize
- Required
- false
Cgroup CPU Shares
- Description
- Number of CPU shares to assign to this role. The greater the number of shares, the larger the share of the host's CPUs that will be given to this role when the host experiences CPU contention. Must be between 2 and 262144. Defaults to 1024 for processes not managed by Cloudera Manager.
- Related Name
-
cpu.shares
- Default Value
- 1024
- API Name
-
rm_cpu_shares
- Required
- true
Custom Control Group Resources (overrides Cgroup settings)
- Description
- Custom control group resources to assign to this role, which will be enforced by the Linux kernel. These resources should exist on the target hosts, otherwise an error will occur when the process starts. Use the same format as used for arguments to the cgexec command: resource1,resource2:path1 or resource3:path2 For example: 'cpu,memory:my/path blkio:my2/path2' ***These settings override other cgroup settings.***
- Related Name
-
custom.cgroups
- Default Value
- API Name
-
rm_custom_resources
- Required
- false
Cgroup I/O Weight
- Description
- Weight for the read I/O requests issued by this role. The greater the weight, the higher the priority of the requests when the host experiences I/O contention. Must be between 100 and 1000. Defaults to 1000 for processes not managed by Cloudera Manager.
- Related Name
-
blkio.weight
- Default Value
- 500
- API Name
-
rm_io_weight
- Required
- true
Cgroup Memory Hard Limit
- Description
- Hard memory limit to assign to this role, enforced by the Linux kernel. When the limit is reached, the kernel will reclaim pages charged to the process. If reclaiming fails, the kernel may kill the process. Both anonymous as well as page cache pages contribute to the limit. Use a value of -1 to specify no limit. By default processes not managed by Cloudera Manager will have no limit. If the value is -1, Cloudera Manager will not monitor Cgroup memory usage therefore some of the charts will show 'No Data'
- Related Name
-
memory.limit_in_bytes
- Default Value
- -1 MiB
- API Name
-
rm_memory_hard_limit
- Required
- true
Cgroup Memory Soft Limit
- Description
- Soft memory limit to assign to this role, enforced by the Linux kernel. When the limit is reached, the kernel will reclaim pages charged to the process if and only if the host is facing memory pressure. If reclaiming fails, the kernel may kill the process. Both anonymous as well as page cache pages contribute to the limit. Use a value of -1 to specify no limit. By default processes not managed by Cloudera Manager will have no limit. If the value is -1, Cloudera Manager will not monitor Cgroup memory usage therefore some of the charts will show 'No Data'
- Related Name
-
memory.soft_limit_in_bytes
- Default Value
- -1 MiB
- API Name
-
rm_memory_soft_limit
- Required
- true
Security
Activity Monitor Kerberos Principal
- Description
- Kerberos principal used by the Activity Monitor. Note: Activity Monitoring should always use the principal used by Hue service.
- Related Name
- Default Value
- hue
- API Name
-
kerberos_role_princ_name
- Required
- true
Enable TLS/SSL for Firehose Debug Server
- Description
- Encrypt communication between clients and Firehose Debug Server using Transport Layer Security (TLS) (formerly known as Secure Socket Layer (SSL)).
- Related Name
-
debug.servlet.https.enabled
- Default Value
- false
- API Name
-
ssl_enabled
- Required
- false
Firehose Debug Server TLS/SSL Server JKS Keystore File Location
- Description
- The path to the TLS/SSL keystore file containing the server certificate and private key used for TLS/SSL. Used when Firehose Debug Server is acting as a TLS/SSL server. The keystore must be in JKS format.
- Related Name
-
debug.servlet.https.keystorePath
- Default Value
- API Name
-
ssl_server_keystore_location
- Required
- false
Firehose Debug Server TLS/SSL Server JKS Keystore File Password
- Description
- The password for the Firehose Debug Server JKS keystore file.
- Related Name
-
debug.servlet.https.keystorePassword
- Default Value
- API Name
-
ssl_server_keystore_password
- Required
- false
Stacks Collection
Stacks Collection Data Retention
- Description
- The amount of stacks data that is retained. After the retention limit is reached, the oldest data is deleted.
- Related Name
-
stacks_collection_data_retention
- Default Value
- 100 MiB
- API Name
-
stacks_collection_data_retention
- Required
- false
Stacks Collection Directory
- Description
- The directory in which stacks logs are placed. If not set, stacks are logged into a
stacks
subdirectory of the role's log directory. - Related Name
-
stacks_collection_directory
- Default Value
- API Name
-
stacks_collection_directory
- Required
- false
Stacks Collection Enabled
- Description
- Whether or not periodic stacks collection is enabled.
- Related Name
-
stacks_collection_enabled
- Default Value
- false
- API Name
-
stacks_collection_enabled
- Required
- true
Stacks Collection Frequency
- Description
- The frequency with which stacks are collected.
- Related Name
-
stacks_collection_frequency
- Default Value
- 5.0 second(s)
- API Name
-
stacks_collection_frequency
- Required
- false
Stacks Collection Method
- Description
- The method used to collect stacks. The jstack option involves periodically running the jstack command against the role's daemon process. The servlet method is available for those roles that have an HTTP server endpoint exposing the current stacks traces of all threads. When the servlet method is selected, that HTTP endpoint is periodically scraped.
- Related Name
-
stacks_collection_method
- Default Value
- jstack
- API Name
-
stacks_collection_method
- Required
- false
Suppressions
Suppress Parameter Validation: Activity Monitor Environment Advanced Configuration Snippet (Safety Valve)
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Environment Advanced Configuration Snippet (Safety Valve) parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_activitymonitor_role_env_safety_valve
- Required
- true
Suppress Configuration Validator: CDH Version Validator
- Description
- Whether to suppress configuration warnings produced by the CDH Version Validator configuration validator.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_cdh_version_validator
- Required
- true
Suppress Parameter Validation: Activity Monitor Database Hostname
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Database Hostname parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_database_host
- Required
- true
Suppress Parameter Validation: Activity Monitor Database Name
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Database Name parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_database_name
- Required
- true
Suppress Parameter Validation: Activity Monitor Database Password
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Database Password parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_database_password
- Required
- true
Suppress Parameter Validation: Activity Monitor Database Username
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Database Username parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_database_user
- Required
- true
Suppress Parameter Validation: Activity Monitor Web UI Port
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Web UI Port parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_debug_port
- Required
- true
Suppress Parameter Validation: Activity Monitor Web UI HTTPS Port
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Web UI HTTPS Port parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_debug_tls_port
- Required
- true
Suppress Parameter Validation: Java Configuration Options for Activity Monitor
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Java Configuration Options for Activity Monitor parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_java_opts
- Required
- true
Suppress Parameter Validation: Activity Monitor Listen Port
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Listen Port parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_listen_port
- Required
- true
Suppress Parameter Validation: Activity Monitor Nozzle Port
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Nozzle Port parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_nozzle_port
- Required
- true
Suppress Parameter Validation: Activity Monitor Advanced Configuration Snippet (Safety Valve) for cmon.conf
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Advanced Configuration Snippet (Safety Valve) for cmon.conf parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_firehose_safety_valve
- Required
- true
Suppress Parameter Validation: Activity Monitor Kerberos Principal
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Kerberos Principal parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_kerberos_role_princ_name
- Required
- true
Suppress Parameter Validation: Activity Monitor Logging Advanced Configuration Snippet (Safety Valve)
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Logging Advanced Configuration Snippet (Safety Valve) parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_log4j_safety_valve
- Required
- true
Suppress Parameter Validation: Rules to Extract Events from Log Files
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Rules to Extract Events from Log Files parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_log_event_whitelist
- Required
- true
Suppress Parameter Validation: Activity Monitor Log Directory
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Activity Monitor Log Directory parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_mgmt_log_dir
- Required
- true
Suppress Parameter Validation: Heap Dump Directory
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Heap Dump Directory parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_oom_heap_dump_dir
- Required
- true
Suppress Parameter Validation: Custom Control Group Resources (overrides Cgroup settings)
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Custom Control Group Resources (overrides Cgroup settings) parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_rm_custom_resources
- Required
- true
Suppress Parameter Validation: Role Triggers
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Role Triggers parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_role_triggers
- Required
- true
Suppress Parameter Validation: Firehose Debug Server TLS/SSL Server JKS Keystore File Location
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Firehose Debug Server TLS/SSL Server JKS Keystore File Location parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_ssl_server_keystore_location
- Required
- true
Suppress Parameter Validation: Firehose Debug Server TLS/SSL Server JKS Keystore File Password
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Firehose Debug Server TLS/SSL Server JKS Keystore File Password parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_ssl_server_keystore_password
- Required
- true
Suppress Parameter Validation: Stacks Collection Directory
- Description
- Whether to suppress configuration warnings produced by the built-in parameter validation for the Stacks Collection Directory parameter.
- Related Name
- Default Value
- false
- API Name
-
role_config_suppression_stacks_collection_directory
- Required
- true
Suppress Health Test: Activity Monitor Pipeline
- Description
- Whether to suppress the results of the Activity Monitor Pipeline heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_activity_monitor_pipeline
- Required
- true
Suppress Health Test: Activity Tree Pipeline
- Description
- Whether to suppress the results of the Activity Tree Pipeline heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_activity_tree_pipeline
- Required
- true
Suppress Health Test: Audit Pipeline Test
- Description
- Whether to suppress the results of the Audit Pipeline Test heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_audit_health
- Required
- true
Suppress Health Test: File Descriptors
- Description
- Whether to suppress the results of the File Descriptors heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_file_descriptor
- Required
- true
Suppress Health Test: Heap Dump Directory Free Space
- Description
- Whether to suppress the results of the Heap Dump Directory Free Space heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_heap_dump_directory_free_space
- Required
- true
Suppress Health Test: Host Health
- Description
- Whether to suppress the results of the Host Health heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_host_health
- Required
- true
Suppress Health Test: Log Directory Free Space
- Description
- Whether to suppress the results of the Log Directory Free Space heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_log_directory_free_space
- Required
- true
Suppress Health Test: Pause Duration
- Description
- Whether to suppress the results of the Pause Duration heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_pause_duration
- Required
- true
Suppress Health Test: Cloudera Manager Descriptor Age
- Description
- Whether to suppress the results of the Cloudera Manager Descriptor Age heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_scm_descriptor_fetch
- Required
- true
Suppress Health Test: Process Status
- Description
- Whether to suppress the results of the Process Status heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_scm_health
- Required
- true
Suppress Health Test: Swap Memory Usage
- Description
- Whether to suppress the results of the Swap Memory Usage heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_swap_memory_usage
- Required
- true
Suppress Health Test: Unexpected Exits
- Description
- Whether to suppress the results of the Unexpected Exits heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_unexpected_exits
- Required
- true
Suppress Health Test: Web Server Status
- Description
- Whether to suppress the results of the Web Server Status heath test. The results of suppressed health tests are ignored when computing the overall health of the associated host, role or service, so suppressed health tests will not generate alerts.
- Related Name
- Default Value
- false
- API Name
-
role_health_suppression_activity_monitor_web_metric_collection
- Required
- true