Removing FQDN from field values Hi all, can anyone help me with framing the SPL query for the below requirement. I have a field named Host which contains multiple values. some of them includes FQDN...
See more...
Removing FQDN from field values Hi all, can anyone help me with framing the SPL query for the below requirement. I have a field named Host which contains multiple values. some of them includes FQDN in various format at the end of the hostname. eg: Host (value1.corp.abc.com, value2.abc.com, value3.corp.abc, value4.xyz.com, value5.klm.corp, value6.internal, value7.compute.internal, etc...) In this, I need to get Host value as (value1, value2, value3, value4, value5, value6, value7) in my result by removing all types of FQDN. Please can you help. Thanks in advance.