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

[RFC] Wildcard - stage 2 proposal #970

Merged
merged 30 commits into from
Oct 2, 2020
Merged
Changes from 1 commit
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
fb0c6a2
stage two updates
ebeahan Sep 17, 2020
da4aa73
adding wildcard schema files
ebeahan Sep 17, 2020
00eae5b
add link for stage 2 PR
ebeahan Sep 17, 2020
e16ed89
fix links to schema files
ebeahan Sep 17, 2020
da71db0
rephrasing
ebeahan Sep 17, 2020
e5ea69f
refactor table for better readability
ebeahan Sep 30, 2020
e004af7
Adjust index globs in query examples
Oct 1, 2020
ab338c8
Migrate same fields for client/server as for source/destination
Oct 1, 2020
fcbdb87
Don't migrate agent.name but migrate agent.build.original
Oct 1, 2020
6ac5ecd
migrate error.type
Oct 1, 2020
5e5f443
Migrate event.original
Oct 1, 2020
145721b
Boldly migrate geo.name. I'm sure some folk capture semi structured c…
Oct 1, 2020
4799175
Migrate only host.hostname in the host field set
Oct 1, 2020
f51ecf8
Don't migrate user.domain
Oct 1, 2020
48e656c
Migrate log.logger and log.file.path
Oct 1, 2020
c231e25
Migrate organization.name and its cousin that lives in as.*
Oct 1, 2020
33b4caa
Migrate the certificate issuer and subject fields
Oct 1, 2020
b984f93
Migrate registry.data.strings
Oct 1, 2020
05cad53
Migrate dns.question.name and dns.answers.data
Oct 1, 2020
721d43e
Migrate url.path
Oct 1, 2020
43f6c76
Adjust the table accordingly
Oct 1, 2020
e94e8a5
Add a section about migrating text fields to wildcard
Oct 1, 2020
df4f974
fix typo
ebeahan Oct 2, 2020
7a4a3e9
add pe.original_file_name
ebeahan Oct 2, 2020
560a080
adding request.referrer
ebeahan Oct 2, 2020
2ccc1bd
final to file
ebeahan Oct 2, 2020
34694ac
continue not indexing event.original
ebeahan Oct 2, 2020
688efd9
Update rfcs/text/0001/pe.yml
ebeahan Oct 2, 2020
497fb50
typo
ebeahan Oct 2, 2020
cae4d8b
setting advancement date
ebeahan Oct 2, 2020
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Migrate log.logger and log.file.path
Mathieu Martin committed Oct 1, 2020
commit 48e656c2c267b221f30fcec658e27060a5eaa647
7 changes: 7 additions & 0 deletions rfcs/text/0001/log.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
- name: log
fields:
- name: file.path
type: wildcard
- name: logger
type: wildcard