-
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
Migrate: Log prospector to the input interface #6120
Conversation
a136d42
to
bbbbba0
Compare
d027f45
to
0e31dc7
Compare
4833141
to
ece1068
Compare
ece1068
to
01d7fb2
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@ph LGTM. Left one minor question.
filebeat/input/log/input.go
Outdated
@@ -11,8 +11,8 @@ import ( | |||
|
|||
"github.com/elastic/beats/filebeat/channel" | |||
"github.com/elastic/beats/filebeat/harvester" | |||
input "github.com/elastic/beats/filebeat/input" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why do you prefix it here with input
? It should already be input.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
let me check that, i believe my editor did this change.
01d7fb2
to
d118088
Compare
@ruflin rebase and removed the input, not sure about the import, I've never managed the import manually. |
d118088
to
e0c46be
Compare
e0c46be
to
9b31bd9
Compare
require #6078