Xintong Song created FLINK-28558:
------------------------------------
Summary: HistoryServer log retrieval configuration improvement
Key: FLINK-28558
URL: https://issues.apache.org/jira/browse/FLINK-28558
Project: Flink
Issue Type: Improvement
Components: Runtime / Configuration, Runtime / REST
Reporter: Xintong Song
Fix For: 1.16.0
HistoryServer generates log retrieval urls base on the following configuration:
- historyserver.log.jobmanager.url-pattern
- historyserver.log.taskmanager.url-pattern
The usability can be improved in two ways:
- Explicitly explain in description that only http/https schemas are supported,
and add sanity checks for it.
- If the schema is not specified, add "http://" by default.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)