[ { "desc": "Name of the Solr service that this Flume service instance depends on", "display_name": "Solr Service", "name": "solr_service", "value": null }, { "desc": "When set, Cloudera Manager will send alerts when the health of this service reaches the threshold specified by the EventServer setting eventserver_health_events_alert_threshold", "display_name": "Enable Service Level Health Alerts", "name": "enable_alerts", "value": "true" }, { "desc": "Name of the Hbase service that this Flume service instance depends on", "display_name": "Hbase Service", "name": "hbase_service", "value": null }, { "desc": "The password for the Flume TLS/SSL Certificate Trust Store File. Note that this password is not required to access the trust store: this field can be left blank. This password provides optional integrity checking of the file. The contents of trust stores are certificates, and certificates are public information.", "display_name": "Flume TLS/SSL Certificate Trust Store Password", "name": "flume_truststore_password", "value": null }, { "desc": "The group that this service's processes should run as.", "display_name": "System Group", "name": "process_groupname", "value": "flume" }, { "desc": "For advanced use only, key-value pairs (one on each line) to be inserted into a role's environment. Applies to configurations of all roles in this service except client configuration.", "display_name": "Flume Service Environment Advanced Configuration Snippet (Safety Valve)", "name": "flume_env_safety_valve", "value": null }, { "desc": "Sets the maximum number of Flume components that will be returned under Flume Metric Details. Increasing this value will negatively impact the interactive performance of the Flume Metrics Details page.", "display_name": "Maximum displayed Flume metrics components", "name": "flume_context_groups_request_limit", "value": "1000" }, { "desc": "The location on disk of the trust store, in .jks format, used to confirm the authenticity of TLS/SSL servers that Flume might connect to. This is used when Flume is the client in a TLS/SSL connection. This trust store must contain the certificate(s) used to sign the service(s) being connected to. If this parameter is not provided, the default list of well-known certificate authorities is used instead.", "display_name": "Flume TLS/SSL Certificate Trust Store File", "name": "flume_truststore_file", "value": null }, { "desc": "When set, Cloudera Manager will send alerts when this entity's configuration changes.", "display_name": "Enable Configuration Change Alerts", "name": "enable_config_alerts", "value": "false" }, { "desc": "The frequency in which the log4j event publication appender will retry sending undelivered log events to the Event server, in seconds", "display_name": "Log Event Retry Frequency", "name": "log_event_retry_frequency", "value": "30" }, { "desc": "The user that this service's processes should run as.", "display_name": "System User", "name": "process_username", "value": "flume" }, { "desc": "Kerberos principal used by all roles of this service.", "display_name": "Kerberos Principal", "name": "kerberos_princ_name", "value": "flume" }, { "desc": "

The configured triggers for this service. 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 all of the following fields:

For example, the followig JSON formatted trigger fires if there are more than 10 DataNodes with more than 500 file-descriptors opened:

[{\"triggerName\": \"sample-trigger\",\n  \"triggerExpression\": \"IF (SELECT fd_open WHERE roleType = DataNode and last(fd_open) > 500) DO health:bad\",\n  \"streamThreshold\": 10, \"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 in the future and, as a result, backward compatibility is not guaranteed between releases at this time.

", "display_name": "Service Triggers", "name": "service_triggers", "value": "[]" }, { "desc": "For advanced use only, a list of derived configuration properties that will be used by the Service Monitor instead of the default ones.", "display_name": "Service Monitor Derived Configs Advanced Configuration Snippet (Safety Valve)", "name": "smon_derived_configs_safety_valve", "value": null }, { "desc": "Name of the HDFS service that this Flume service instance depends on", "display_name": "HDFS Service", "name": "hdfs_service", "value": null }, { "desc": "The health test thresholds of the overall Agent health. The check returns \"Concerning\" health if the percentage of \"Healthy\" Agents falls below the warning threshold. The check is unhealthy if the total percentage of \"Healthy\" and \"Concerning\" Agents falls below the critical threshold.", "display_name": "Healthy Agent Monitoring Thresholds", "name": "flume_agents_healthy_thresholds", "value": "{\"critical\":\"never\",\"warning\":\"95.0\"}" }, { "desc": "When set, each role identifies important log events and forwards them to Cloudera Manager.", "display_name": "Enable Log Event Capture", "name": "catch_events", "value": "true" } ]