QI, Jiale created SPARK-57776:
---------------------------------
Summary: Add optional HTTP access logging for Spark History Server
Key: SPARK-57776
URL: https://issues.apache.org/jira/browse/SPARK-57776
Project: Spark
Issue Type: Improvement
Components: Spark Core
Affects Versions: 4.2.0
Reporter: QI, Jiale
Spark History Server exposes both UI pages and REST APIs for completed
applications. Operators sometimes need to understand who is accessing the
History Server, which endpoints are being requested, request status codes, and
whether unexpected clients are polling the REST API.
Today this generally requires an external reverse proxy or custom
`spark.ui.filters`. That is not always deployed in Spark-only environments, and
custom filters need to be reimplemented by each operator.
This issue proposes adding optional HTTP access logging for Spark History
Server. The feature should be disabled by default, avoid logging static
resources by default, redact query string values using Spark's existing
redaction configuration, and avoid logging request or response bodies.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]