InterviewSolution
Saved Bookmarks
| 1. |
What Are Outputs In Logstash? |
|
Answer» Outputs are the final phase of the LOGSTASH PIPELINE. An event can pass through multiple outputs, but once all output processing is complete, the event has finished its execution. Some commonly used outputs include:
Outputs are the final phase of the Logstash pipeline. An event can pass through multiple outputs, but once all output processing is complete, the event has finished its execution. Some commonly used outputs include: |
|