/
Events Tagging

Events Tagging

Currently, the Legacy Data Connector supports only the dns_view tag. DNS views provide the ability to serve one version of DNS data to one set of clients and another version to another set of clients. With DNS views the Legacy Data Connector can provide different answer to the same DNS query, depending on the source of the query. You can set either Internal or External as the default value for the dns_view tag.

To configure the event tag, you can log in to the Data Connector CLI and execute the following:

  1. Use the data.destination.global.tags.dns_view > set default command to set either Internal or External as the default value for dns_view tag.

    Example

    data.destination.global.tags.dns_view > set default External 

    ok

    To view the default value set for dns_view tag, run the following command: 

    data.destination.global.tags.dns_view > show default 

    External 

  2. Configure the extensible attribute value using the data.destination.global.tags.dns_view > set ext_attribute command. You must configure the same extensible attribute that has been configured on NIOS.
    Example:
    data.destination.global.tags.dns_view > set ext_attribute dns_role
    ok
    To view the configured extensible attribute, run the following command:
    data.destination.global.tags.dns_view > show ext_attribute

    dns_role

Related content