-
Notifications
You must be signed in to change notification settings - Fork 154
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
Tokens not getting scrubbed? #625
Comments
@IanLee1521 Can you share your Kibana logging configuration and what exact log events you see in Kibana after running your scripts? |
@thomheymann - way late to this.. amusingly almost exactly a year later as I'm running this again. Is this what you were looking for from the logging:
appenders:
file:
type: file
fileName: /usr/share/kibana/logs/kibana.log
layout:
type: json
root:
appenders: [file] I'm actually finding that I can't seem to scrub the kibana.log file today... not sure what I was doing a year ago. Here was the re-producer for what I tried (using diagnostics version 8.5.0):
Trouble is that there is not resulting archive file, and therefore no diagnostics.log file to look at.. Not really sure where to get more info from this tool though. Here is what
Open to trying other things if you'd like me to take a fresh swing at tracking this down. |
Hi there!
I recently was pointed to run the diagnostics.sh and scrub.sh tools by Elastic support, and after reviewing the resulting files noticed a few things that seem odd to me..
Namely, when scrubbing my kibana.log file, I found lines like:
Except these have seemingly real token values in them (I replaced with the x's and y's above).
After scrubbing, those values are unchanged.
Is this a bug, or am I misunderstanding something about how the tool works? I would expect those to be modified to alternate values on scrubbing.
Cheers!
The text was updated successfully, but these errors were encountered: