Forum Discussion
neeeewbie
MVP
Aug 18, 2025No entry for wideip in AST
These are the additional settings in the YAML file: f5.gtm: enabled: true objects: wideip: enabled: true names: -a -aaaa pool: enabled: true monitor: enabled: true Even if the entry is a...
JasonEpstein
Employee
Aug 18, 2025Hello neeeewbie,
Glad to see you have AST installed!
To understand the issue, first, which YAML file did you make this change in? If it was config/ast_defaults.yaml or configbigip_receivers.yaml, you'll need to run the Configuration Helper after making the change, if you haven't already done so. (If you are editing services/otel_collector/receivers.yaml directly, you can skip this step.)
Second, did you restart the tool after making the change?
Lastly, take a look at the available data types supported in AST for options that can be enabled. It looks like you may have a few that are not in this list.
neeeewbie
MVP
Aug 18, 2025I modified the bigip_receivers.yaml file and ran docker compose down/up, but the changes weren't reflected properly.