Input should stay stopped after "Edit input" #3479
Closed
Comments
Refs #967 and duplicate of graylog-labs/graylog2-web-interface#1131. |
I wanted to solicit feedback from you guys on how you wanted to implement this. I don't mind helping code it (would be a fun project for me to learn more about under the hood), but I don't want to do it on my own without feedback on how you guys want it implemented in the system? |
joschi
pushed a commit
that referenced
this issue
May 15, 2017
kroepke
added a commit
that referenced
this issue
May 16, 2017
* Don't start stopped inputs after updating them Fixes #3479 * Simplify start conditions in InputEventListener
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Manually stopped inputs are started again after we changed input parameters with "Edit input".
Expected Behavior
Input should stay in stopped state after edit input.
Current Behavior
Input starts automatically after saving the changes in input definition.
Possible Solution
Change code.
Steps to Reproduce (for bugs)
Context
Sometime we manually stop inputs to avoid overloading of Graylog during certain time frames. Manually stopped inputs must only start again when we do it manually.
Your Environment
Versions:
The text was updated successfully, but these errors were encountered: