Skip to content
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

Elastic-ecs: update dialect attributes with .keyword #1474

Merged

Conversation

Harmedox
Copy link
Contributor

@Harmedox Harmedox commented May 8, 2023

This PR adds the .keyword in the beats dialect mappings.

@@ -1,17 +1,17 @@
{
"ipv4-addr": {
"fields": {
"value": ["source.ip", "destination.ip", "client.ip", "server.ip", "host.ip", "dns.resolved_ip", "source.nat.ip", "destination.nat.ip", "client.nat.ip", "server.nat.ip"]
"value": ["source.ip.keyword", "destination.ip.keyword", "client.ip.keyword", "server.ip.keyword", "host.ip.keyword", "dns.resolved_ip.keyword", "source.nat.ip.keyword", "destination.nat.ip.keyword", "client.nat.ip.keyword", "server.nat.ip.keyword"]
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Does there need to be a matching change in the to-stix mappings?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

as far as I know, it's only needed when building the query from STIX.

@delliott90 delliott90 merged commit 72f889d into opencybersecurityalliance:develop May 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants