cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Automatically tagging database

JAR1
Contributor

HI all.

I need to create an automatic tag with the condition of IP addresses,,

 

JAR1_0-1673345390325.png

 

but I don't see that option:

JAR1_1-1673345390326.png

 

can anybody help me?

Thanks in advance and greetings!!

 

JAR

2 REPLIES 2

dannemca
DynaMight Guru
DynaMight Guru

@JAR1, you can use the Entity Selector for this, like this:

type(SERVICE),databaseName.exists(),ipAddress(<YourIPGoesHere>)

 

More details of attributes you can use here: https://www.dynatrace.com/support/help/dynatrace-api/environment-api/entity-v2/entity-selector

Try and let us know.

Site Reliability Engineer @ Kyndryl

Romanenkov_Al3x
DynaMight Pro
DynaMight Pro

Hello. You can try with ip adress ipAddress attribute.

type(service),ipAddress("192.168...")

https://www.dynatrace.com/support/help/dynatrace-api/environment-api/entity-v2/entity-selector#attri...

=======

"id": "ipAddress",
"type": "List",
"displayName": "ipAddress"
},

=========

In our environments, we use the ports to mark such services, maybe it will be useful for you.

Romanenkov_Al3x_0-1673354569340.png

Regards,

Romanenkov Alex

DT_NGINX_FORCE_UNKNOWN_VERSION_INSTRUMENTATION=1

Featured Posts