We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
@P1llus note that the end result of elastic/elasticsearch#96171 was different from what this test currently reflects.
ecs-data-stream-mappings.json and string-to-keyword-dynamic-mapping.json were eventually removed. The former was replaced with adding the data_stream fields' mappings to logs-mappings.json and the latter was instead appended to the end of ecs-dynamic-mappings.json.
ecs-data-stream-mappings.json
string-to-keyword-dynamic-mapping.json
data_stream
logs-mappings.json
ecs-dynamic-mappings.json
The fix would not only be to remove them and their usage, but also to either avoid testing data_stream fields, or adding them somehow otherwise.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
@P1llus note that the end result of elastic/elasticsearch#96171 was different from what this test currently reflects.
ecs-data-stream-mappings.json
andstring-to-keyword-dynamic-mapping.json
were eventually removed.The former was replaced with adding the
data_stream
fields' mappings tologs-mappings.json
and the latter was instead appended to the end ofecs-dynamic-mappings.json
.The fix would not only be to remove them and their usage, but also to either avoid testing
data_stream
fields, or adding them somehow otherwise.The text was updated successfully, but these errors were encountered: