Skip to content

Commit 221cc26

Browse files
Update docs with new API information.
1 parent a131be6 commit 221cc26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docs/monitoring.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,14 @@ for a running application, at `http://localhost:4040/api/v1`.
228228
<td><code>/applications/[app-id]/storage/rdd/[rdd-id]</code></td>
229229
<td>Details for the storage status of a given RDD</td>
230230
</tr>
231+
<tr>
232+
<td><code>/applications/[app-id]/logs</code></td>
233+
<td>Download the event logs for all attempts of the given application as a zip file</td>
234+
</tr>
235+
<tr>
236+
<td><code>/applications/[app-id]/[attempt-id/logs</code></td>
237+
<td>Download the event logs for the specified attempt of the given application as a zip file</td>
238+
</tr>
231239
</table>
232240

233241
When running on Yarn, each application has multiple attempts, so `[app-id]` is actually

0 commit comments

Comments
 (0)