Extract IP Address
Last updated
Was this helpful?
Last updated
Was this helpful?
This operation extracts all the IPv4 and IPv6 addresses from a block of text or data.
These are the input/output expected data types for this operation:
- Strings with a block of IP addresses you want to extract.
- List of IP addresses.
Suppose you want to extract a list of IP addresses from your input strings. To do it:
In your Pipeline, open the required Action configuration and select the input Field.
In the Operation field, choose Extract IP Address.
Give your Output field a name and click Save.
For example, in this input text:
this will be the output list of IP addresses detected:
You can try out operations with specific values using the Input field above the operation. You can enter the value in the example above and check the result in the Output field.