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
Copy file name to clipboardExpand all lines: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,9 +6,9 @@ analyzer-d4-log relies on redis to consume grokked loglines.
6
6
7
7
To grok the loglines, analyzer-d4-log relies on an external tool: both logstash https://www.elastic.co/logstash
8
8
and nifi https://nifi.apache.org/ have been tested for this purpose (using this nifi template https://github.com/D4-project/d4-nifi-templates).
9
-
These tools poll directly the d4 server'redis server for loglines and push the results into a specific redis queue that the analyzer consumes.
9
+
These tools poll directly d4 server's redis for loglines and push the results into a specific redis queue that the analyzer consumes.
10
10
11
-

11
+

12
12
13
13
analyzer-d4-log polls this queue periodically to produce counts and statistics of the data. At the moment, only sshd logs are supported but more will come in the future.
0 commit comments