https://www.runatlantis.io/ logo
Title
j

Jesse Rhoads

05/08/2023, 2:36 PM
We’ve had some users ask why, in the atlantis GUI, the text output of plan/apply isn’t searchable in browsers. Meaning if I have the atlantis web page open either during or after a plan completes, you can see the text output, but Control-F style searches inside the browser don’t find anything inside that text. This would be useful to quickly find occurrences of some strings on very long outputs. It is not working in both Chrome and FireFox. The workaround we have is to just copy and paste the output into an editor. Anyone else have this issue? Didn’t find it on searching GH issues and slack. Thanks!
a

Abe

05/08/2023, 2:40 PM
i didn't know that was possible 😂 when i visit my atlantis UI, i only see info about the PRs (repo name, PR link, user, workspace, etc) but no plan output. is this a setting in atlantis server i missed?
j

Jesse Rhoads

05/08/2023, 2:54 PM
When integrated with github using webhooks, it posts a comment with a link to the job output to the PR.
d

Dylan Page

05/08/2023, 4:19 PM
Yes, the logging feature is recent and streams via WebSockets to the browser.
It might be a simple issue with the front-end code, please file an issue
:thankyou: 1
j

Jesse Rhoads

05/08/2023, 5:58 PM
https://github.com/runatlantis/atlantis/issues/3387 Not sure if anyone intended it to be searchable so technically it would be a feature, some googling makes me think it’s an xterm.js thing that needs plumbing.
p

PePe Amengual

05/09/2023, 6:45 AM
PRs are welcome