-
Notifications
You must be signed in to change notification settings - Fork 15
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
Add graylog service #147
Add graylog service #147
Conversation
f368ea9
to
c5aee65
Compare
a9c618d
to
daa459d
Compare
c68144f
to
e995c39
Compare
02ac0fc
to
b7a07c6
Compare
2dc2e83
to
8d20434
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.
Looks great 💪
Remarks:
- Instructions to run/access the graylog server are missing in the project's README
- Should we pre-configure the graylog server in development (create and activate inputs, create streams)?
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.
Beautiful work!
Have only minor suggestions.
7bccd8f
to
ef36d57
Compare
def search_logs(self, params): | ||
"""Returns logs matching given `params` parameters.""" | ||
|
||
return self.get("/api/search/universal/relative", params=params) |
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.
I did not found documentation for this endpoint. Can you point me to it?
1afe63e
to
aa1eda6
Compare
aa1eda6
to
66e11f8
Compare
66e11f8
to
e360c46
Compare
Opened issue #475 and closing this PR as it is too far from |
Purpose
LDP backends is available for tests.But until now, no service was available in the project.
Proposal