-
Notifications
You must be signed in to change notification settings - Fork 176
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
[v7r3] added a flag for disabling the use of SecurityLogging service #5760
[v7r3] added a flag for disabling the use of SecurityLogging service #5760
Conversation
7046c47
to
ff83bbb
Compare
Seems like there's a |
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.
SecurityLogClient
uses DIRAC.Core.Utilities.ThreadScheduler
for reporting.
Since we are moving from DISET to Tornado, it is worth using tornado.web.IOLoop
to run periodic tasks. I think the following PR will be useful for this implementation.
Given that we want to ditch it, I really do not think it is worth the pain of adding the |
Yes, we want to ditch the What we can do is to use again ES, in combination with logstash: meaning that we create ES indices with the content of what would normally go in the CSV files created by |
yes it would work. But I still would not add it to |
54b6db3
to
cf43b95
Compare
I have removed the changes to tornado, and added changes for logstash configuration. Please review this PR, and the one for puppet/logstash. If you are happy we can try this in the coming hackathon. |
docs/source/AdministratorGuide/Configuration/ConfReference/Systems/Framework/Services/index.rst
Outdated
Show resolved
Hide resolved
@@ -1,7 +1,8 @@ | |||
Systems / Framework / <INSTANCE> / Service / SecurityLogging - Sub-subsection | |||
============================================================================= | |||
|
|||
SecurityLogging service is used by all server to log all connections. | |||
SecurityLogging service can be used by all services to log all connections, for security-related purpose. |
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.
same here, the ConfReference
is going away
docs/source/AdministratorGuide/ServerInstallations/centralizedLogging.rst
Outdated
Show resolved
Hide resolved
cf43b95
to
d40252d
Compare
The code and puppet code seems fine. Just you need to add the option doc to the |
5f0dead
to
7fc02ce
Compare
Sweep summary Sweep ran in https://github.com/DIRACGrid/DIRAC/actions/runs/1755279881 Failed:
|
…ogging service
See https://gitlab.cern.ch/ai/it-puppet-module-dirac/-/merge_requests/75
BEGINRELEASENOTES
*Framework
CHANGE: added a flag for disabling the use of SecurityLogging service
ENDRELEASENOTES