I am trying to pass some custom data into the extension...tried 2 options 1) adding --custom_mydata=<my_data> into the flagfile 2) added options { custom_mydata=<my_data>} into the .conf file. Running with osquery version 2.11.2 and trying to access these fields using osquery:Flag:getValue("custom_mydata") in the extension side..but not seeing the expected values..before i debugged it further, wanted to ensure if the understanding about the use and APIs of custom flags is correct or am I missing something basic here..