Hi,
I have a text field in elasticsearch and would like to create a scripted field to show the same field in couple of lines, something like below:
**Field:**
token = "192.168.128.1:TestVitualServer"
I would like to split the above field with ':' and show the '192.168.128.1' on top 'TestVirtualServer' in next line on any Visualization?Could you please help me in doing it. Thanks