F5Networks / f5-appsvcs-extension

F5 BIG-IP Application Services 3 Extension
Apache License 2.0
167 stars 54 forks source link

AS3 To Support creating DNS Logging Profiles #430

Closed tstanley93 closed 1 year ago

tstanley93 commented 3 years ago

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.

dstokesf5 commented 3 years ago

Can you please provide an example of the tmsh configuration you would like to achieve?

github-actions[bot] commented 3 years ago

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.

21buckets commented 2 years ago

@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:

Default values for other fields:

image

21buckets commented 2 years ago

Hi Team,

Any progress on this issue?

Thanks

sunitharonan commented 2 years ago

Please contact us at  automation_toolchain_pm@f5.com so we can prioritize.

mdditt2000 commented 2 years ago

Jira created AUTOTOOL-3489 and prioritized

sunitharonan commented 1 year ago

This has been resolved in the 3.41.0 release of AS3.