-
Notifications
You must be signed in to change notification settings - Fork 616
[Cloud Security] Fix ECS import method #5106
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
Changes from 2 commits
0942827
8d64bb4
d2cc334
4c5a368
faacfd5
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,3 @@ | ||
| dependencies: | ||
| ecs: | ||
| reference: git@v8.3.0 | ||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,213 +1,128 @@ | ||
| - name: "@timestamp" | ||
| external: ecs | ||
| type: date | ||
| - name: agent.ephemeral_id | ||
| external: ecs | ||
| type: keyword | ||
| - name: agent.id | ||
| external: ecs | ||
| type: keyword | ||
| - name: agent.name | ||
| external: ecs | ||
| type: keyword | ||
| - name: agent.type | ||
| external: ecs | ||
| type: keyword | ||
| - name: agent.version | ||
| external: ecs | ||
| type: keyword | ||
| - name: ecs.version | ||
| external: ecs | ||
| type: keyword | ||
| - name: event.agent_id_status | ||
| external: ecs | ||
| type: keyword | ||
| - name: event.ingested | ||
| external: ecs | ||
| type: date | ||
| - name: file.accessed | ||
| external: ecs | ||
| type: date | ||
| - name: file.ctime | ||
| external: ecs | ||
| type: date | ||
| - name: file.directory | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.extension | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.gid | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.group | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.inode | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.mode | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.mtime | ||
| external: ecs | ||
| type: date | ||
| - name: file.name | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.owner | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.path | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.size | ||
| external: ecs | ||
| type: long | ||
| - name: file.type | ||
| external: ecs | ||
| type: keyword | ||
| - name: file.uid | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.architecture | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.containerized | ||
| external: ecs | ||
| type: boolean | ||
| - name: host.hostname | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.ip | ||
| external: ecs | ||
| type: ip | ||
| - name: host.mac | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.name | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.os.codename | ||
|
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Do you think it's worth adding them as a custom field? and for the sake of backward compatibility?
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. As long as the field type does not change between the type you set manually and the type the ECS field ends up being its fine to map them. If its unsure then we should get confirmation about the preferred type first. |
||
| external: ecs | ||
| type: keyword | ||
| - name: host.os.family | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.os.full | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.os.kernel | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.os.name | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.os.platform | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.os.type | ||
| external: ecs | ||
| type: keyword | ||
| - name: host.os.version | ||
| external: ecs | ||
| type: keyword | ||
| - name: message | ||
| external: ecs | ||
| type: match_only_text | ||
| - name: process.args | ||
| external: ecs | ||
| type: keyword | ||
| - name: process.args_count | ||
| external: ecs | ||
| type: long | ||
| - name: process.command_line | ||
| external: ecs | ||
| type: wildcard | ||
| - name: process.name | ||
| external: ecs | ||
| type: keyword | ||
| - name: process.parent.pid | ||
| external: ecs | ||
| type: long | ||
| - name: process.parent.start | ||
| external: ecs | ||
| type: date | ||
| - name: process.pgid | ||
| external: ecs | ||
| type: long | ||
| - name: process.pid | ||
| external: ecs | ||
| type: long | ||
| - name: process.start | ||
| external: ecs | ||
| type: date | ||
| - name: process.title | ||
| external: ecs | ||
| type: keyword | ||
| - name: process.uptime | ||
| external: ecs | ||
| type: long | ||
| - name: rule.benchmark.id | ||
| external: ecs | ||
| type: keyword | ||
| - name: rule.benchmark.name | ||
| external: ecs | ||
| type: keyword | ||
| - name: rule.benchmark.version | ||
| external: ecs | ||
| type: keyword | ||
| - name: rule.description | ||
| external: ecs | ||
| type: keyword | ||
| - name: rule.id | ||
| external: ecs | ||
| type: keyword | ||
| - name: rule.name | ||
| external: ecs | ||
| type: keyword | ||
| - name: rule.section | ||
| external: ecs | ||
| type: keyword | ||
| - name: rule.tags | ||
| external: ecs | ||
| type: keyword | ||
| - name: rule.version | ||
| external: ecs | ||
| type: keyword | ||
| - name: event.category | ||
| external: ecs | ||
| type: keyword | ||
| - name: event.created | ||
| external: ecs | ||
| type: date | ||
| - name: event.ingested | ||
| external: ecs | ||
| type: date | ||
| - name: event.id | ||
| external: ecs | ||
| type: keyword | ||
| - name: event.kind | ||
| external: ecs | ||
| type: keyword | ||
| - name: event.sequence | ||
| external: ecs | ||
| type: long | ||
| - name: event.outcome | ||
| external: ecs | ||
| type: keyword | ||
| - name: event.type | ||
| external: ecs | ||
| type: keyword | ||
| - name: orchestrator.cluster.name | ||
| external: ecs | ||
| type: keyword | ||
| - name: cloud.account.id | ||
| external: ecs | ||
| type: keyword | ||
| - name: cloud.account.name | ||
| external: ecs | ||
| type: keyword | ||
| - name: cloud.provider | ||
| external: ecs | ||
| type: keyword | ||
Uh oh!
There was an error while loading. Please reload this page.