hello I am getting a field port in event .
ports="['22', '68', '6556']"
how can i display them in separate rows.
@Siddharthnegi You can use the mvexpand command in Splunk to separate the port numbers into individual rows.
If the above solution works, an upvote is appreciated !!
| rex field=ports max_match=0 "(?<port>\d+)"
| mvexpand port