You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* 🆕 [v13.11.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.11.0)[ PR #3746](https://github.com/manticoresoftware/manticoresearch/pull/3746) Added "query" support in JSON queries for embeddings generation.
57
60
* 🆕 [v13.10.0](https://github.com/manticoresoftware/manticoresearch/releases/tag/13.10.0)[ Issue #3709](https://github.com/manticoresoftware/manticoresearch/issues/3709) The manticore-server RPM package no longer owns `/run`.
@@ -2492,3 +2495,4 @@ Manticore Search is built using cmake and the minimum gcc version required for c
Copy file name to clipboardExpand all lines: manual/english/Integration/Filebeat.md
+2-15Lines changed: 2 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -10,11 +10,9 @@ Now, Manticore also supports the use of Filebeat as processing pipelines. This a
10
10
11
11
Configuration varies depending on which version of Filebeat you're using.
12
12
13
-
### Configuration for Filebeat 7.17, 8.0, 8.1
13
+
### Configuration for Filebeat 7.17 - 8.0
14
14
15
-
> **Important**: Filebeat versions 7.17.0, 8.0.0, and 8.1.0 have a known issue with glibc 2.35+ (used in Ubuntu 22.04 and newer distributions). These versions may crash with "Fatal glibc error: rseq registration failed". To fix this, add the `seccomp` configuration as shown below.
16
-
17
-
```yaml
15
+
```
18
16
filebeat.inputs:
19
17
- type: log
20
18
enabled: true
@@ -27,24 +25,13 @@ output.elasticsearch:
27
25
hosts: ["http://localhost:9308"]
28
26
index: "dpkg_log"
29
27
compression_level: 0
30
-
allow_older_versions: true # Required for 8.1
31
-
32
-
# Fix for glibc 2.35+ compatibility (Ubuntu 22.04+)
0 commit comments