This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| openapi: 3.0.3 | |
| info: | |
| title: Simple Multipart Upload API | |
| version: 1.0.0 | |
| paths: | |
| /upload: | |
| post: | |
| summary: Upload a file with JSON metadata | |
| requestBody: | |
| required: true |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| input { | |
| beats { | |
| port => "5044" | |
| } | |
| } | |
| # Filter part not necessary | |
| # filter { | |
| # grok { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Settings file in YAML | |
| # | |
| # Settings can be specified either in hierarchical form, e.g.: | |
| # | |
| # pipeline: | |
| # batch: | |
| # size: 125 | |
| # delay: 5 | |
| # | |
| # Or as flat keys: |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ###################### Filebeat Configuration Example ######################### | |
| # This file is an example configuration file highlighting only the most common | |
| # options. The filebeat.reference.yml file from the same directory contains all the | |
| # supported options with more comments. You can use it as a reference. | |
| # | |
| # You can find the full configuration reference here: | |
| # https://www.elastic.co/guide/en/beats/filebeat/index.html | |
| # For more available modules and options, please see the filebeat.reference.yml sample |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Module: system | |
| # Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-system.html | |
| - module: system | |
| # Syslog | |
| syslog: | |
| enabled: true | |
| # Set custom paths for the log files. If left empty, | |
| # Filebeat will choose the paths depending on your OS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Module: nginx | |
| # Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-nginx.html | |
| - module: nginx | |
| # Access logs | |
| access: | |
| enabled: true | |
| # Set custom paths for the log files. If left empty, | |
| # Filebeat will choose the paths depending on your OS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Module: apache | |
| # Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-apache.html | |
| - module: apache | |
| # Access logs | |
| access: | |
| enabled: true | |
| # Set custom paths for the log files. If left empty, | |
| # Filebeat will choose the paths depending on your OS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Module: system | |
| # Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-system.html | |
| - module: system | |
| # Syslog | |
| syslog: | |
| enabled: true | |
| # Set custom paths for the log files. If left empty, | |
| # Filebeat will choose the paths depending on your OS. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ###################### Filebeat Configuration Example ######################### | |
| # This file is an example configuration file highlighting only the most common | |
| # options. The filebeat.reference.yml file from the same directory contains all the | |
| # supported options with more comments. You can use it as a reference. | |
| # | |
| # You can find the full configuration reference here: | |
| # https://www.elastic.co/guide/en/beats/filebeat/index.html | |
| # For more available modules and options, please see the filebeat.reference.yml sample |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # Module: elasticsearch | |
| # Docs: https://www.elastic.co/guide/en/beats/filebeat/7.x/filebeat-module-elasticsearch.html | |
| - module: elasticsearch | |
| # Server log | |
| server: | |
| enabled: true | |
| # Set custom paths for the log files. If left empty, | |
| # Filebeat will choose the paths depending on your OS. |
NewerOlder