[
https://issues.apache.org/jira/browse/FLINK-28558?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17635085#comment-17635085
]
Xintong Song commented on FLINK-28558:
--------------------------------------
[~leo.zhi]
Here's the documentation for this feature.
https://nightlies.apache.org/flink/flink-docs-master/docs/deployment/advanced/historyserver/#log-integration
The log archiving and browsing is highly depending on your deployment
environment. E.g., Yarn has a log aggregation feature that collects logs store
them on HDFS. Flink does not provide such services.
> 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
> Priority: Major
> Labels: pull-request-available
> 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)