Key Default Description
historyserver.archive.fs.dir
(none) Comma separated list of directories to fetch archived jobs from. The history server will monitor these directories for archived jobs. You can configure the JobManager to archive jobs to a directory via `jobmanager.archive.fs.dir`.
historyserver.archive.fs.refresh-interval
10000 Interval in milliseconds for refreshing the archived job directories.
historyserver.web.address
(none) Address of the HistoryServer's web interface.
historyserver.web.port
8082 Port of the HistoryServers's web interface.
historyserver.web.refresh-interval
10000
historyserver.web.ssl.enabled
false Enable HTTPs access to the HistoryServer web frontend. This is applicable only when the global SSL flag security.ssl.enabled is set to true.
historyserver.web.tmpdir
(none) This configuration parameter allows defining the Flink web directory to be used by the history server web interface. The web interface will copy its static files into the directory.