This topic represents a snippet for the Events parameter used in the Flexible Scaling configuration.
The
incomingEvents parameter of the flexible configuration must be adjusted at deployment time through a file named
values.yaml under
product-helm-charts/tcsa in the deployer package.
# Configure the flexible configuration for different parameters flexibleConfig: # 'incomingEvents' is to represent the number of events that TCSA should scale to , and it is mentioned in units of Thousands. incomingEvents: # 'retentionPeriod' is to represent the number of Weeks that TCSA should retain the data on the elasticsearch , and it is represented in units of Weeks [ 1-7 ]. elasticsearch: retentionInterval: Example # The following example is for 250K events incomingEvents: 250 elasticsearch: # The following example is the retention interval for 3 weeks retentionInterval: 3
Note: The
retentionPeriod
parameter is always used with the combination of
incomingMetrics
or
incomingEvents
parameters.