Introduce log.source.address and log.file.path for 7.x compatiblity#9435
Introduce log.source.address and log.file.path for 7.x compatiblity#9435ruflin merged 3 commits intoelastic:6.xfrom
Conversation
2cb7600 to
a31733e
Compare
|
Pinging @elastic/infrastructure |
|
This should not be merged before discussion in #9460 is resolved. |
83a9f46 to
edfd916
Compare
|
PR was changed to use |
webmat
left a comment
There was a problem hiding this comment.
A few minor details, then we're good:
- Changelog rebase fun
- One missing
log.source.ip=>log.source.addressrename
Question, not a problem: should we make file reusable in ECS (ref log.file.*)?
Related to elastic#8902 but adding the fields instead of replacing
9b39084 to
8750ba1
Compare
| "http.request.method": "GET", | ||
| "http.response.status_code": "200", | ||
| "input.type": "log", | ||
| "log.file.path": "/Users/ruflin/Dev/gopath/src/github.com/elastic/beats/x-pack/filebeat/module/suricata/eve/test/eve-alerts.log", |
There was a problem hiding this comment.
These paths are still present in x-pack
There was a problem hiding this comment.
will update these files too and push again.
webmat
left a comment
There was a problem hiding this comment.
One last thing: the golden files in the x-pack directory still have your the log file path.
Then we're good 👍
| [ | ||
| { | ||
| "@timestamp": "2018-12-11T08:08:07.894Z", | ||
| "@timestamp": "2018-12-12T11:22:05.182Z", |
There was a problem hiding this comment.
Don't think it's a problem, but why are these timestamps still changing?
There was a problem hiding this comment.
I fixed that with #9506. It's not an issue for CI.
Related to #8902 but adding the fields instead of replacing