Bug #1902
Creating a new input fails from the main Splunk input creation page
Start date:
06/28/2017
Due date:
% Done:
100%
History
#1 Updated by Luke Murphey over 7 years ago
This works on Windows for some reason (on 6.5.2).
#2 Updated by Luke Murphey over 7 years ago
Uncaught TypeError: Cannot read property 'get' of undefined at child.step (:8000/en-US/static/@77B103F58E64121E61B3C5BE811A20D6C7875F9ED1322F04155AEB31E1B02EFE.100/build/pages/enterprise/common.js:294) at child.stepWithPromise (:8000/en-US/static/@77B103F58E64121E61B3C5BE811A20D6C7875F9ED1322F04155AEB31E1B02EFE.100/build/pages/enterprise/common.js:294) at child.stepForward (:8000/en-US/static/@77B103F58E64121E61B3C5BE811A20D6C7875F9ED1322F04155AEB31E1B02EFE.100/build/pages/enterprise/common.js:294) at triggerEvents (:8000/en-US/static/@77B103F58E64121E61B3C5BE811A20D6C7875F9ED1322F04155AEB31E1B02EFE.100/build/pages/enterprise/common.js:29) at child.trigger (:8000/en-US/static/@77B103F58E64121E61B3C5BE811A20D6C7875F9ED1322F04155AEB31E1B02EFE.100/build/pages/enterprise/common.js:29) at child.stepForward (:8000/en-US/static/@77B103F58E64121E61B3C5BE811A20D6C7875F9ED1322F04155AEB31E1B02EFE.100/build/pages/enterprise/adddata.js:27) at child.receiveMessage (:8000/en-US/static/@77B103F58E64121E61B3C5BE811A20D6C7875F9ED1322F04155AEB31E1B02EFE.100/build/pages/enterprise/adddata.js:19)
#3 Updated by Luke Murphey over 7 years ago
Tried:
- Calling the original function in the done() call (asynchronously)
- Not calling the original function
- Calling the original function synchronously (and returning result)
- Calling the original function synchronously (and not returning result)
- Not calling the original at all
- Hooking the submit function
- This makes the next button not work at all
- Hooking the body.submit
- Removing the handler altogether
- Removing the entire secure password handler
- The secure password handlers doesn't appear to be the cause
- Restoring the original page
#4 Updated by Luke Murphey over 7 years ago
I see this even on the original setup page.
#5 Updated by Luke Murphey over 7 years ago
- % Done changed from 0 to 50
#6 Updated by Luke Murphey over 7 years ago
Bing search app shows the same error.
#7 Updated by Luke Murphey over 7 years ago
Need to confirm that the issue is still present on the mac.
#8 Updated by Luke Murphey over 7 years ago
- Status changed from New to Rejected
- % Done changed from 50 to 100
#9 Updated by Luke Murphey over 7 years ago
Mac works fine despite error message.