-
Notifications
You must be signed in to change notification settings - Fork 107
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[FEATURE REQUEST] Enable multiline support for logs statements in Filebeat #765
Comments
Removed link to internal company documentation. |
@tim-gates: What do you think about making such options configurable? Then you would specify your own options in settings according to filebeat documentation? https://www.elastic.co/guide/en/beats/filebeat/current/multiline-examples.html We can also setup such options for other components. |
@erzetpe I think that is OK, as long as it can be done during the Epiphany install/config. |
Yes, this is our intent. Thank you for the information. |
There is a bug to be fixed: [BUG] Filebeat multiline support - truncated single quotes in the regular expression pattern |
Test OK after fixing #1669. |
Is your feature request related to a problem? Please describe.
For DE services we would like to be able to have multiline ingestion of log statements into Elasticsearch 'out of the box'.
Currently, the Docker Filebeat configuration is not set up to specify a multiline properties. We've worked around this by
manually setting the following configuration in the filebeat.yml for each K8s node.
Describe the solution you'd like
For each K8s node we did the following.
SSH into the node (See the Environments page for instructions and IP addresses)
Edit the Filebeat configuration file to add the appropriate filebeat configuration:
sudo vim /etc/filebeat/filebeat.yml
Add the following bold lines in the location shown below. Be careful of indentation (this is a YAML file)
Restart filebeat:
sudo service filebeat restart
Describe alternatives you've considered
Nothing to add.
Additional context
Nothing to add.
The text was updated successfully, but these errors were encountered: