InterviewSolution
Saved Bookmarks
| 1. |
How Many Types Of Logstash Configuration Files Are There? |
|
Answer» Logstash has two types of CONFIGURATION files: PIPELINE configuration files, which define the Logstash processing pipeline, and settings files, which specify OPTIONS that control Logstash startup and EXECUTION. Logstash has two types of configuration files: pipeline configuration files, which define the Logstash processing pipeline, and settings files, which specify options that control Logstash startup and execution. |
|