f5-appsvcs-extension
f5-appsvcs-extension copied to clipboard
AS3 To Support creating DNS Logging Profiles
Is your feature request related to a problem? Please describe.
We have a very large customer with VNF Manager that is deploying our DNS Solution. However there are some features of DNS that AS3 currently cannot create/modify.
Describe the solution you'd like
Would like AS3 to support creating/modifying DNS Logging profiles like it does for traffic, and security logging profiles.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
Can you please provide an example of the tmsh configuration you would like to achieve?
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
@dstokesf5 Is it possible to have this re-opened?
An example tmsh command would look like this:
tmsh create ltm profile dns-logging {{ name }} log-publisher {{ publisher_name }} description "{{ description }} enable-query-logging {{ enable_query_logging }} enable-response-logging {{ enable_response_logging }} include-complete-answer {{ include_complete_answer }} include-query-id {{ include_query_id }} include-timestamp {{ include_timestamp }} include-view {{ include_view }}
i.e.
tmsh create ltm profile dns-logging MyLoggingProfile log-publisher local-syslog-publisher description "My First Logging Profile" enable-query-logging yes enable-response-logging yes include-complete-answer yes include-query-id yes include-timestamp yes include-view yes
As per tmsh, the only mandatory fields should be:
- name,
- log-publisher
Default values for other fields:
- enable-response-logging: no
- enable-query-logging: yes
- include-complete-answer: yes
- include-query-id: no
- include-timestamp: yes
- include-view: yes
Hi Team,
Any progress on this issue?
Thanks
Please contact us at [email protected] so we can prioritize.
Jira created AUTOTOOL-3489 and prioritized
This has been resolved in the 3.41.0 release of AS3.