f5-appsvcs-extension icon indicating copy to clipboard operation
f5-appsvcs-extension copied to clipboard

AS3 To Support creating DNS Logging Profiles

Open tstanley93 opened this issue 3 years ago • 6 comments

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.

tstanley93 avatar Mar 11 '21 16:03 tstanley93

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

dstokesf5 avatar Aug 31 '21 17:08 dstokesf5

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.

github-actions[bot] avatar Sep 30 '21 18:09 github-actions[bot]

@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

image

21buckets avatar Aug 31 '22 23:08 21buckets

Hi Team,

Any progress on this issue?

Thanks

21buckets avatar Sep 12 '22 22:09 21buckets

Please contact us at  [email protected] so we can prioritize.

sunitharonan avatar Sep 13 '22 19:09 sunitharonan

Jira created AUTOTOOL-3489 and prioritized

mdditt2000 avatar Sep 27 '22 18:09 mdditt2000

This has been resolved in the 3.41.0 release of AS3.

sunitharonan avatar Nov 15 '22 20:11 sunitharonan