-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Convert Filebeat kibana.log to ECS #9301
Commits on Jan 10, 2019
-
Perform straightforward ECS renames:
- kibana.log.meta.req.headers.referer => http.request.referrer - kibana.log.meta.req.headers.user-agent => user_agent.original - kibana.log.meta.req.remoteAddress => source.ip - kibana.log.meta.req.url => url.original
Mathieu Martin committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 971f065 - Browse repository at this point
Copy the full SHA 971f065View commit details -
Remove fields that were straight duplicates (will still be aliased):
- kibana.log.meta.req.referer - kibana.log.meta.statusCode - kibana.log.meta.method
Mathieu Martin committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 722c830 - Browse repository at this point
Copy the full SHA 722c830View commit details -
Uppercase
http.request.method
fieldMathieu Martin committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for d66e681 - Browse repository at this point
Copy the full SHA d66e681View commit details -
Mathieu Martin committed
Jan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 89a171f - Browse repository at this point
Copy the full SHA 89a171fView commit details -
Mathieu Martin committed
Jan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for a3f15c4 - Browse repository at this point
Copy the full SHA a3f15c4View commit details -
Document transitioned fields in ecs-migration.yml
Mathieu Martin committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 5edc9eb - Browse repository at this point
Copy the full SHA 5edc9ebView commit details -
Fix a typo in one of the transitioned fields
Mathieu Martin committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 50cb96b - Browse repository at this point
Copy the full SHA 50cb96bView commit details -
Mathieu Martin committed
Jan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 2b58151 - Browse repository at this point
Copy the full SHA 2b58151View commit details -
Don't rename source.address, but copy it to source.ip
Mathieu Martin committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 4f76e40 - Browse repository at this point
Copy the full SHA 4f76e40View commit details -
Only copy
source.address
tosource.ip
if address is presentMathieu Martin committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for 9a8aa8a - Browse repository at this point
Copy the full SHA 9a8aa8aView commit details -
Regenerate expected file. Was missing the recent
event.dataset
fixMathieu Martin committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for b7592a6 - Browse repository at this point
Copy the full SHA b7592a6View commit details -
Use the very nice null-safe operators to shorten
if
clausesMathieu Martin committedJan 10, 2019 Configuration menu - View commit details
-
Copy full SHA for dfd5670 - Browse repository at this point
Copy the full SHA dfd5670View commit details