Feature #1106
Ability to batch create inputs
100%
Description
Make view that allows users to create a series of inputs at the same time: https://answers.splunk.com/answers/323263/can-i-add-website-monitors-directly-to-config-file.html
Subtasks
History
#2 Updated by Luke Murphey over 8 years ago
It seems the form that should do this needs to include:
- An input box that includes the list of URLs
- An input for the interval
- Batch creation options: ** Don't create if an input exists for the URL already
The title and stanza name need to be created on the fly, This can be done by parsing the URL and extracting domain name.
#3 Updated by Luke Murphey over 8 years ago
Can use this for defining the URLs: https://bootstrap-tagsinput.github.io/bootstrap-tagsinput/examples/bootstrap-2.3.2.html
#5 Updated by Luke Murphey over 8 years ago
Inputs are made by POSTing to http://127.0.0.1:8000/en-US/manager/website_monitoring/data/inputs/web_ping/_new
#6 Updated by Luke Murphey over 8 years ago
Might want to lock out controls while inputs are being made.
#8 Updated by Luke Murphey over 8 years ago
- Assignee set to Luke Murphey
- Target version set to 1.6
#9 Updated by Luke Murphey over 8 years ago
Need to test creation of inputs stanza names while they are created so that collisions don't happen when the loop created a new stanza name that prevents another in the list from becoming a duplicate.
#10 Updated by Luke Murphey over 8 years ago
Might make sense to include a count of the inputs to be made.
#11 Updated by Luke Murphey over 8 years ago
- Status changed from New to Closed