-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Default Template Mappings for IP fields are keyword type #7847
Comments
As this is a breaking change, I listed it in the list of changes for 7.0. We should also check ip fields in Metricbeat |
Pinging @elastic/infrastructure |
Note that a lot of IP fields will be moving to the The reason why many IP fields are With the introduction of the canonical IP fields, this value will be copied to I suggest we close this issue, as this will be addressed across the board with the ECS migration. @mhunsber you can check out master issue #8655, to see the progress on the modules and Beats you care about :-) In the meantime, if you really care about getting the |
Sounds good to me. |
@webmat I think we should still go through the list of fields especially in packetbeat to double check we don't have any leftovers. @andrewkroh Perhaps you can take this on? |
I have changed the type of the IP fields in #9303 (not merged yet). |
A lot of beats modules load templates into elasticsearch that map IP fields to the
keyword
datatypethey should probably use the
ip
datatype to make use of the subnet search.for example:
a module that does map an ip field to the
ip
datatype is heartbeat'smonitor.ip
field.discussion: https://discuss.elastic.co/t/beats-default-template-mappings-for-ip-fields/142644
The text was updated successfully, but these errors were encountered: