I'm trying to use data from a search in a custom command.
source | scrapy url=uri
This gives me the following error:
Error in 'scrapy' command: This command must be the first command of a search.
It works when I use it as follows:
| scrapy url="www.splunk.com"
How can I make it work in combination with my search index?
↧