Hi ,
In index1 ,in have field called hostname with values,
sxer123
sdcfgg
SDFCXZ
I have a field called hostname in index2 with values like ,
172.34.23.33
sxer123.amazon.com
sdcfgg.bb.amazon.com
Now i need to join these 2 indexes with field hostname field.Here i dont want to miss any values.
Now how to segregate the ip address fully with sxer123 and sdcfgg in index2 for joining with index1 hostname values.
Can someone provide me the regex for this
↧