Skip to content

Instantly share code, notes, and snippets.

@nickanderson
Created July 15, 2022 21:01
Show Gist options
  • Save nickanderson/49d1df69c5cfe0603220bb39d42d1b0a to your computer and use it in GitHub Desktop.
Save nickanderson/49d1df69c5cfe0603220bb39d42d1b0a to your computer and use it in GitHub Desktop.
?
bundle agent __main__
{
   vars:
     "d" data => '{"vars": { "sendmail": { "milters": { "clamav-milter": { "thing": "value" } }}}}';

    "l" slist => getindices( "d[vars][sendmail][milters]" );
    reports: "$(l)";
}
R: clamav-milter
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment