Skip to main content
Solved

What is the best way to reference a Worker Group Level Lookup File inside a pack?

  • March 11, 2025
  • 2 replies
  • 9 views

What's the best way to reference a Worker Group Level Lookup File inside a pack? Would it be: $CRIBL_HOME/groups/<groupname>/data/lookups/LookupFileName.csv ?

Best answer by Raanan Dagan

slightly different ..

In the Pack, add a lookup function and point it to the Worker Node Lookup file location (for example, $CRIBL_HOME/data/lookups/host_destination_test.csv)

Do not point it to the Leader Node Lookup file location (for example, $CRIBL_HOME/groups//data/lookups/host_destination_test.csv)

2 replies

Raanan Dagan
  • Employee
  • Answer
  • March 11, 2025

slightly different ..

In the Pack, add a lookup function and point it to the Worker Node Lookup file location (for example, $CRIBL_HOME/data/lookups/host_destination_test.csv)

Do not point it to the Leader Node Lookup file location (for example, $CRIBL_HOME/groups//data/lookups/host_destination_test.csv)


  • Author
  • Known Participant
  • March 11, 2025

thanks!