24 Jun 2024 09:41 PM - last edited on 25 Jun 2024 07:52 AM by MaciejNeumann
25 Jun 2024 06:32 AM
Hi @Borisk ,
I think it's not possible tagging by network zones.
Anyway, you can know what hosts belong to each network zone from Deployment Status:
Tagging by network zone could be useful, so you could create a product idea with it.
Hope it helps.
Regards,
Elena.
25 Jun 2024 09:01 AM
Hello Elena.
Many thanks for your answer.
I'm sorry if didn't clarify my quetion.
First of all, I have created and worked with automatically TAG by network zone. It's working good.
My question was, what are correct syntax for using wildcards in "Entity selector" field.
For example, I have 2 network zone myzone_01 and myzone_02.
If I use type(HOST),networkZone("myzone_01") it gets all hosts that network zone equal myzone_01.
My Goal get all host from two network zone - type(HOST),networkZone("myzone_*")
01 Jul 2024 08:35 PM
Hey @Borisk ,
Something like this would help I guess, type(HOST),networkZone.in("myzone_1,"myzone_2").
I didn't test it but can you check and let me know? I did this for entityName used something like entityName.in and it worked so this should work too.
Regards,
@Maheedhar_T