Hi,
Is it possible to save SPL command into one new command and use it when running a query?
For example:
| dedup 1 id | stats count by hostname ----> my_command
When running a query, I want to use it as:
| my_command
How can I do that?
Thanks
↧