...
- Ensure the disks mounted to the /data path have enough free space to accommodate your needs.
The maximum increase amount (MAX_INC_IX_SIZE) is calculated as the total free space of /data - 15GB (MAX_INC_IX_SIZE) . The information regarding /data storage can be found on the OS screen. - To calculate the correct Index set increase, consult these parameters (available on the Store screen)
- The number of days currently stored: Index Sets table (this is Newest Document Time - Oldest Document Time)
- The amount of storage you are using: Index Sets table (size)
- the number of indexes allocated: Index Sets table (Indices count)
- As a general rule of thumb, increase the Index Sets size together with their number. Ideally each index will be large enough to contain information for 1.5-2 days. MAX_INC_IX_NUMBER
- Additionally, increase memory by 32-96GB For each additional 1TB Data stored. The exact value depends on data variance and acceptable response time from the queries.
- Once you have calculated values for MAX_INC_IX_NUMBER and MAX_INC_IX_SIZE , goto file /app/hk_retention/MonTier-HK-ESRetention/conf/MonTierHousekeeping.conf
- edit the file. Change the number of index with MAX_INC_IX_NUMBER and the total storage allocated with MAX_INC_IX_SIZE.
- for example to extend the the wdp-syslog change the following properties:
# WDP Syslog tran index set number of indices, usually 20
elasticsearch.index_set.wdp-syslog-tran.indices_count=<MAX_INC_IX_NUMBER>
# WDP Syslog tran index set max size - NOTE the G for GB at the end.
elasticsearch.index_set.wdp-syslog-tran.max_size=<MAX_INC_IX_SIZE>G