I would like to create a dashboard which would run a search daily to check network traffic against a list of about 18,000 IP address. We created a lookup table with all the IP addresses and ran it, but the search times out. Then we tried to split the lookup tables into 8 different tables and each table was a panel in our dashboard. A few dashboards will run when we do it this way, but then the rest time out. An idea we had was to either create a drop down tab to only run the searches when we specify, or create a search that runs one lookup table and then will only start the next search when the other stops. Is there a simpler way to do this? Ideally it would all be one search but it just seems to be too much for our resources.
... View more