FS Analytics

FS Analytics requires around 4 times of FS Image size available memory on server to load and process FS analytics reports. It initiates FS image pull and load once in every 24 hours.

Commands to manually initiate FS Image load

accelo admin fsa load

Command to only generate FS /Hive Analytics Reports

accelo admin fsa reports

Check index creation status on ad-elastic

curl -X GET http://localhost:19013/_cat/indices

Reschedule time to schedule FS Image load

Add following env variable FSANALYTIC_UPDATE_JOB_CRON in ad-fsanalyticsv2-connector.yml and update CRON time using the link.

New Variables For FSAnalytics Container

With Pulse 3.1.0 release, Pulse has introduced new variables for FSAnalytics container. The list of variables is as follows.

environment: - FSANALYTICS_ENABLE_OFFHEAP_MAP=true - FSANALYTICS_IMAGE_PARSING_PARALLELISM=32 - FSANALYTICS_IMAGE_PARSING_BATCHSIZE=400000 - FSANALYTICS_TREE_VISIT_LEVEL1_PARALLELISM=8 - FSANALYTICS_TREE_VISIT_LEVEL2_PARALLELISM=32 - FSANALYTICS_TREE_VISIT_LEVEL3_PARALLELISM=64 - FSANALYTICS_ENABLE_OFFHEAP_MAP # This variable is used to enable off heap map implementation.

OOM Error

Follow Change Component Memory Limit section under Pulse administration