Replies: 5 comments 1 reply
|
I am somehow inclined to acknowledge such a feature request. It can help in some user scenarios like the listed ones. One can argue that Shall we enforce or suggest some data format of the incident/issue file (not sure if We do allow collecting some such stuff even now, in fact by two (indirect) ways:
Anyway, both options are somehow indirect, and the collected files are not marked as "here, here, there is the problem description". |
|
I'm a little unsure of this, mainly due to the fact that most of our downstreams that consume I think I see two interfaces for this:
I think I'd prefer this to be a straight/plain text file, but I'm wondering if there's applicability to writing this out as json? I'd also be wary about this being used as a vector for compromising AI doing analysis, but then again that'd be more on the agent to protect itself against than us. |
|
I don't see an issue for corporate entities that are already using ticketing systems. They just won't use the option. I think it will be better not to force a format on the the file and treat it just as plain text. This will make it easier for the user. Whether the user prefers to write the content as json, html, yaml, markup or just text is up to the user. One think that I didn't though about is if the obfuscator will also clean this file (it should though). That, I do not know. I think that implementing the --reason option will add needless complexity and provide limited benefit |
|
+1 the cleaner should obfuscate the file. Having interactive prompt is mho a nice-to-have sub-feature of this feature (from UX perspective, it can sometimes be easier to invoke Not sure what name the option should have. If we chose both (say) |
|
What is the expected behavior when a person use both --reason and --batch? |
Uh oh!
There was an error while loading. Please reload this page.
Hi
I'm working on a sosreport analysis tool and I have a low impact idea that I like to put to your consideration.
I think it would be very helpful to add a new optional
--incident-file="/full/path/filename"option to sos report. This option would allow the user to provide his/hers own description of he problem in no more than 500 KB (enforced), sanitized text file containing a detailed description of the incident or issue that the sosreport is intended to address.If the option is specified, and the file exists and is not empty after sanitization, its contents should be included in the archive under a standard filename such as
/incident_description.txt(or any other name you prefer).I think that this simple improvement will have several benefits like:
That's the idea. Let me know what you think. Thanks.
All reactions