Add network from MaxMind Geo ASN database#61676
Merged
jakelandis merged 6 commits intoelastic:masterfrom Sep 24, 2020
Merged
Conversation
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
Collaborator
|
Pinging @elastic/es-core-features (:Core/Features/Ingest) |
Contributor
|
@elasticmachine test this please |
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
Contributor
Author
|
@pugnascotia I have pushed a change to fix the test that failed. |
Contributor
|
@elasticmachine ok to test |
Contributor
|
@elasticmachine update branch |
1 similar comment
Contributor
|
@elasticmachine update branch |
Contributor
|
@ansell - changes look good. Can you add a mention of |
Signed-off-by: Peter Ansell <p_ansell@yahoo.com>
Contributor
Author
|
@jakelandis I have added the new field name to the documented list for the ASN database. |
Contributor
|
@elasticmachine update branch |
Contributor
|
@elasticmachine update branch |
jakelandis
pushed a commit
to jakelandis/elasticsearch
that referenced
this pull request
Sep 24, 2020
This adds the network property from the MaxMind Geo ASN database. This enables analysis of IP data based on the subnets that MaxMind have previously identified for ASN networks. closes elastic#60942
jakelandis
added a commit
that referenced
this pull request
Oct 1, 2020
This adds the network property from the MaxMind Geo ASN database. This enables analysis of IP data based on the subnets that MaxMind have previously identified for ASN networks. closes #60942 Co-authored-by: Peter Ansell <p_ansell@yahoo.com>
61 tasks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This adds the
networkproperty from the MaxMind Geo ASN database. This enables analysis of IP data based on the subnets that MaxMind have previously identified for ASN networks.Signed-off-by: Peter Ansell p_ansell@yahoo.com