diff --git a/nifi-docs/src/main/asciidoc/getting-started.adoc b/nifi-docs/src/main/asciidoc/getting-started.adoc index 3bf207864c..9837a61fa2 100644 --- a/nifi-docs/src/main/asciidoc/getting-started.adoc +++ b/nifi-docs/src/main/asciidoc/getting-started.adoc @@ -698,15 +698,11 @@ Finally, we have the Content tab: image:event-content.png[Event Content] This tab provides us information about where in the Content Repository the FlowFile's content was stored. If the event modified the content -of the FlowFile, we will see the 'before' and 'after' content claims. We are then given the option to Download the content or to View the +of the FlowFile, we will see the 'before' (input) and 'after' (output) content claims. We are then given the option to Download the content or to View the content within NiFi itself, if the data format is one that NiFi understands how to render. -Additionally, in the Replay section of the tab, there is a 'Submit' button that allows the user to re-insert the FlowFile into the flow and re-process it from exactly the point -at which the event happened. - -image:event-content-replay.png[Event Content Replay] - -This provides a very powerful mechanism, as we are able to modify our flow in real time, re-process a FlowFile, +Additionally, in the Replay section of the tab, there is a 'Replay' button that allows the user to re-insert the FlowFile into the flow and re-process it from exactly the point +at which the event happened. This provides a very powerful mechanism, as we are able to modify our flow in real time, re-process a FlowFile, and then view the results. If they are not as expected, we can modify the flow again, and re-process the FlowFile again. We are able to perform this iterative development of the flow until it is processing the data exactly as intended. diff --git a/nifi-docs/src/main/asciidoc/images/event-attributes.png b/nifi-docs/src/main/asciidoc/images/event-attributes.png index 0415c731fe..160254213e 100644 Binary files a/nifi-docs/src/main/asciidoc/images/event-attributes.png and b/nifi-docs/src/main/asciidoc/images/event-attributes.png differ diff --git a/nifi-docs/src/main/asciidoc/images/event-content-replay.png b/nifi-docs/src/main/asciidoc/images/event-content-replay.png deleted file mode 100644 index f739bd0ae6..0000000000 Binary files a/nifi-docs/src/main/asciidoc/images/event-content-replay.png and /dev/null differ diff --git a/nifi-docs/src/main/asciidoc/images/event-content.png b/nifi-docs/src/main/asciidoc/images/event-content.png index 994ef4d9aa..3fd38e275c 100644 Binary files a/nifi-docs/src/main/asciidoc/images/event-content.png and b/nifi-docs/src/main/asciidoc/images/event-content.png differ diff --git a/nifi-docs/src/main/asciidoc/images/event-details.png b/nifi-docs/src/main/asciidoc/images/event-details.png index 19a39a4f28..71f7aa03f3 100644 Binary files a/nifi-docs/src/main/asciidoc/images/event-details.png and b/nifi-docs/src/main/asciidoc/images/event-details.png differ diff --git a/nifi-docs/src/main/asciidoc/images/lineage-graph-annotated.png b/nifi-docs/src/main/asciidoc/images/lineage-graph-annotated.png index 8e8e70ae28..d500c70400 100644 Binary files a/nifi-docs/src/main/asciidoc/images/lineage-graph-annotated.png and b/nifi-docs/src/main/asciidoc/images/lineage-graph-annotated.png differ