Commit 72314a0
authored
Remove direct access to v2.Context.StatusReporter in Filestream (#48075)
v2.Context.StatusReporter can be nil when Filebeat runs
standalone. The direct access to this field is replaced in Filestream
by the UpdateStatus method. A deprecation notice is added is added to
the StatusReporter field.1 parent 1d6b8eb commit 72314a0
File tree
2 files changed
+3
-1
lines changed- filebeat/input
- filestream/internal/input-logfile
- v2
2 files changed
+3
-1
lines changedLines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
210 | 210 | | |
211 | 211 | | |
212 | 212 | | |
213 | | - | |
| 213 | + | |
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
109 | 109 | | |
110 | 110 | | |
111 | 111 | | |
| 112 | + | |
| 113 | + | |
112 | 114 | | |
113 | 115 | | |
114 | 116 | | |
| |||
0 commit comments