monitoring-8.x-1.x-dev/config/optional/monitoring.sensor_config.past_form.yml
config/optional/monitoring.sensor_config.past_form.yml
id: past_form
label: 'Logged form submissions'
description: 'Past event logging form submissions'
category: Past
plugin_id: database_aggregator
value_label: 'Past events'
value_type: 'number'
status: TRUE
caching_time: 3600
settings:
table: 'past_event'
conditions:
-
field: 'module'
value: 'past_form'
verbose_fields:
- 'event_id'
- 'type'
- 'module'
- 'message'
- 'timestamp'
time_interval_field: 'timestamp'
time_interval_value: 86400
history_status: true
dependencies:
module:
- past_db
- past_form
enforced:
module:
- past_form
