/reportviewer_browser_extension

Chrome browser extension to extract summary from plaintext cloud-init.log report formatted for console

Primary LanguageJavaScript

Info

Chrome browser extension to extract summary from cloud-init.log plaintext report: Scans report rows for

  • errors
  • resource
  • rspec

Removes the console-oriented tty formatting

Reports

Errors

This filter scans throughout cloud-init.log for lines containing the text failed,failure, or error errors

Resource

This filter selects cloud-init.log for lines containing the specific string in the header. resource When the string is set to splunk the lines containing the following :

.../Splunk...

and

.../Package[Splunk]////

will be extracted.

RSpec

This filter extracts the rspec run log embedded in the cloud-init.log rspec Specifically lines produced by following resource

/Stage[main]/Testing_framework/Testing_framework::Run_serverspec[_apps_puppet-testing_framework]/Exec[reporter]

See Also:

Author

Serguei Kouzmine