Skip to content
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

[Enhancement Request] Separate ECK diagnostics and ES/Kibana Diagnostics into different folders #124

Open
kunisen opened this issue Sep 8, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@kunisen
Copy link

kunisen commented Sep 8, 2022

Currently, when taking an ECK diagnostic, we will get an "all-in-one" compressed file containing ECK diagnostic bundle, ES diagnostic bundle, and Kibana diagnostic bundle.

Although it's handy to have them in one file, some recent feedback comments from our support team internally are, it might be better to reformat it, into 3 separate bundle folders

  • 1st for ECK diagnostic bundle
  • 2nd for ES diagnostic bundle
  • 3rd for Kibana diagnostic bundle

The biggest reason here is due to an internal reason, that we now have an analyzer tool to use for supporting purpose.
However, when it comes to an all-in-one file, it adds extra processes to unzip it > pick up the ES diag > zip it again > upload it to our internal tool.

(Things might change eventually based on our internal tool's improvement. However, for now, it could benefit folks more if we could zip them into separate folders.)

Side notes:
About file name, there's no special constraint/limitation/requirement on this part.
There's a manifest.json inside the diagnostic bundle (for ES and Kibana) and our internal tool relies on that to parse.
So it can be any name that makes logical sense, i.e.

  • for ES diag: es-local-diagnostics-20220907-021328.zip
  • for Kibana diag: kb-local-diagnostics-20220907-021530.zip

Format convention:

  • component name - local/api (depending on which type is used) - diagnostics - date - time.zip

cc @VimCommando as we talked it in an internal meeting for this topic.

@kunisen kunisen added the enhancement New feature or request label Sep 8, 2022
@kunisen kunisen changed the title Separate ECK diagnostics and ES/Kibana Diagnostics into different folders [Enhancement Request] Separate ECK diagnostics and ES/Kibana Diagnostics into different folders Sep 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant