-
Notifications
You must be signed in to change notification settings - Fork 451
[RFC] Wildcard - stage 2 proposal #970
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
Merged
Merged
Changes from 5 commits
Commits
Show all changes
30 commits
Select commit
Hold shift + click to select a range
fb0c6a2
stage two updates
ebeahan da4aa73
adding wildcard schema files
ebeahan 00eae5b
add link for stage 2 PR
ebeahan e16ed89
fix links to schema files
ebeahan da71db0
rephrasing
ebeahan e5ea69f
refactor table for better readability
ebeahan e004af7
Adjust index globs in query examples
ab338c8
Migrate same fields for client/server as for source/destination
fcbdb87
Don't migrate agent.name but migrate agent.build.original
6ac5ecd
migrate error.type
5e5f443
Migrate event.original
145721b
Boldly migrate geo.name. I'm sure some folk capture semi structured c…
4799175
Migrate only host.hostname in the host field set
f51ecf8
Don't migrate user.domain
48e656c
Migrate log.logger and log.file.path
c231e25
Migrate organization.name and its cousin that lives in as.*
33b4caa
Migrate the certificate issuer and subject fields
b984f93
Migrate registry.data.strings
05cad53
Migrate dns.question.name and dns.answers.data
721d43e
Migrate url.path
43f6c76
Adjust the table accordingly
e94e8a5
Add a section about migrating text fields to wildcard
df4f974
fix typo
ebeahan 7a4a3e9
add pe.original_file_name
ebeahan 560a080
adding request.referrer
ebeahan 2ccc1bd
final to file
ebeahan 34694ac
continue not indexing event.original
ebeahan 688efd9
Update rfcs/text/0001/pe.yml
ebeahan 497fb50
typo
ebeahan cae4d8b
setting advancement date
ebeahan File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| - name: agent | ||
| fields: | ||
| - name: name | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| - name: destination | ||
| fields: | ||
| - name: domain | ||
| type: wildcard | ||
| - name: registered_domain | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| - name: error | ||
| fields: | ||
| - name: stack_trace | ||
| index: true | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| --- | ||
| - name: file | ||
| fields: | ||
| - name: directory | ||
| type: wildcard | ||
| - name: path | ||
| type: wildcard | ||
| - name: target_path | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,8 @@ | ||
| - name: host | ||
| fields: | ||
| - name: hostname | ||
| type: wildcard | ||
| - name: name | ||
| type: wildcard | ||
| - name: domain | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| - name: http | ||
| fields: | ||
| - name: request.body.content | ||
| type: wildcard | ||
| - name: response.body.content | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| - name: os | ||
| fields: | ||
| - name: name | ||
| type: wildcard | ||
| - name: full | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,13 @@ | ||
| --- | ||
| - name: process | ||
|
Contributor
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 these apply to
Contributor
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. Yes, now that |
||
| fields: | ||
| - name: command_line | ||
| type: wildcard | ||
| - name: executable | ||
| type: wildcard | ||
| - name: name | ||
| type: wildcard | ||
| - name: title | ||
| type: wildcard | ||
| - name: working_directory | ||
| type: wildcard | ||
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| - name: registry | ||
| fields: | ||
| - name: key | ||
| type: wildcard | ||
| - name: path | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,7 @@ | ||
| --- | ||
| - name: source | ||
| fields: | ||
| - name: domain | ||
| type: wildcard | ||
| - name: registered_domain | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| - name: url | ||
| fields: | ||
| - name: original | ||
| type: wildcard | ||
| - name: full | ||
| type: wildcard | ||
| - name: domain | ||
| type: wildcard | ||
| - name: registered_domain | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,11 @@ | ||
| --- | ||
| - name: user | ||
| fields: | ||
| - name: name | ||
| type: wildcard | ||
| - name: full_name | ||
| type: wildcard | ||
| - name: email | ||
| type: wildcard | ||
| - name: domain | ||
| type: wildcard |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| --- | ||
| - name: user_agent | ||
| fields: | ||
| - name: original | ||
| type: wildcard |
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.
Uh oh!
There was an error while loading. Please reload this page.