-
Notifications
You must be signed in to change notification settings - Fork 8.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Ingest manager] Namespace should not accept empty string. #67473
Comments
Pinging @elastic/ingest-management (Team:Ingest Management) |
We have a guard in 7.8 for the agent, elastic/beats#18769 but we should have the same guard in the UI to generate valid configuration. In 7.8 we will massage the configuration to make it valid but 7.9 we will fail hard. |
I think it's probably not going to be more complicated to do #65666 directly @jen-huang correct me if I am wrong here |
@nchaulet Well, I think its more a matter of risk here for 7.8, which one appear to be less risky? |
Yes let do the fix to not accept empty string and modify the UI in an another step for 7.9 👍Going to work on the fix this morning |
it's possible to enter an empty string for the namespace box when adding or modifiying a datasource.
We should:
Having an empty string will cause issues in Elasticsearch.
The text was updated successfully, but these errors were encountered: