docs/layouts/shortcodes/generated/web_configuration.html
| Key | Default | Type | Description |
|---|---|---|---|
| "*" | String | Access-Control-Allow-Origin header for all responses from the web-frontend. | |
| true | Boolean | Flag indicating whether jobs can be canceled from the web-frontend. | |
| 10 | Integer | Number of checkpoints to remember for recent history. | |
| 16 | Integer | The maximum number of failures collected by the exception history per job. | |
| 5 | Integer | Number of archived jobs for the JobManager. | |
| (none) | String | Path to the log file (may be in /log for standalone but under log directory when using YARN). | |
| 3 s | Duration | Refresh interval for the web-frontend. | |
| true | Boolean | Flag indicating whether jobs can be rescaled from the web-frontend. | |
| true | Boolean | Flag indicating whether jobs can be uploaded and run from the web-frontend. | |
| 10 min | Duration | Timeout for asynchronous operations by the web monitor. | |
| System.getProperty("java.io.tmpdir") | String | Local directory that is used by the REST API for temporary files. | |
| (none) | String | Local directory that is used by the REST API for storing uploaded jars. If not specified a dynamic directory will be created under web.tmpdir. |