Skip to content

Instantly share code, notes, and snippets.

@adrianbiro
Last active June 7, 2023 05:59
Show Gist options
  • Save adrianbiro/ead3f83d7cf3214c05f08b2c500a358b to your computer and use it in GitHub Desktop.
Save adrianbiro/ead3f83d7cf3214c05f08b2c500a358b to your computer and use it in GitHub Desktop.
Copy modules from Jenkins parameters, then in PowerShell run this, search with string in Kibana Lucene mode
"http.response.status_code: [499 TO 600] AND container.name : (" + $((Get-Clipboard -Raw) -replace "\n", "* OR ") + "*)"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment