google / timesketch

Collaborative forensic timeline analysis
Apache License 2.0
2.58k stars 589 forks source link

Add TTY check for providing missing config values #2850

Closed ramo-j closed 1 year ago

ramo-j commented 1 year ago

This change adds a check for a TTY before asking for missing config values. In scenarios where a TTY is not present (such as downstreams' dftimewolf using curses display) the UI will block indefinitely, but a user will not be able to tell why.

Checks

Closing issues

Closes #2849