-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Fix Spelling errors #7456
Fix Spelling errors #7456
Changes from 146 commits
113bf91
7400053
328410a
2aa435f
93ec90c
66053ed
9be4553
2eb4f94
111fb73
4613c56
66856b9
37ab102
8d24f19
60caa86
5060014
a126dcd
c6d7917
4cd2efd
198587b
f38ec3e
53fe99d
321214c
3b4146c
2fd4a72
2720d8d
34c426d
816cb55
e2e279b
0594a64
ae9b13c
bf06b32
44f46e6
9bfe52c
8c101cb
6e310bc
407e227
64471bd
06376d7
2241a7a
d6eb992
a8d8b12
a6f3124
e34a1c5
01dc1d0
4bf389f
dfc85a5
f5115cc
395e815
2d97874
eb9f081
4e9ba39
dbf1a63
c24a519
1b15bfd
bac1d23
d281dab
e18544b
9c407eb
56f9fae
43cf7be
639de16
f5dc127
74e95ff
bb9e521
3f1a736
bd2f1ee
832884b
c80eab7
ac4320e
2183f82
dd7729d
7bd52fd
8c1ba48
312cfe7
2c3bd45
c3049e0
b36f88d
06b11ed
11639fd
e247869
8a0d3ba
2cb8311
943ac4f
d55c01a
cb4be85
595b13c
6d80848
611af44
7192054
0dccd99
e264e5a
ef778c1
44520b3
d72dc51
666caab
431156a
12c422f
c489d16
9a8a502
12d8627
1a0751c
5cd61cf
2641604
8d868b4
72b2c50
caddefe
c1e7ba9
56228e3
b5780b1
37092fc
229a3c2
0501203
d5e9832
3131944
07cd3ec
e335775
8656609
36679cf
8f66cdc
6759ef6
e3a4f3b
3ed66a3
e20d80d
a996994
5e748a1
e04d3d0
87399d1
34e1aae
6514d7b
32643d3
2a1e2d1
453b299
d73ae60
cee28d8
21e38aa
3cddf61
7742415
84d2cbb
7c8e000
ed5f317
e2fe855
81357be
91a5f5f
60e9fed
3c30879
a7d8aee
3763e31
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ | |
// that is unique to each beat. | ||
///// | ||
|
||
[[seting-up-and-running]] | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Seems like we used this link knowwhere and is the reason this worked. There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Those things appear to be https://www.elastic.co/guide/en/beats/filebeat/current/seting-up-and-running.html#seting-up-and-running (and similar?) There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @dedemorton Will this change break things? There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ruflin There's a small chance that it could break the doc build (if there's another book that links to this topic), but it would be easy to fix. The biggest impact is that the ID controls the html page file name, which means that I would need to get redirects set up for any branches that have this change. I think it looks bad to have a typo in the URL, though, so I would go ahead with this change. |
||
[[setting-up-and-running]] | ||
== Setting up and running {beatname_uc} | ||
|
||
Before reading this section, see the | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -119,7 +119,7 @@ annotations: | |
co.elastic.logs/multiline.pattern: '^\[' | ||
co.elastic.logs/multiline.negate: true | ||
co.elastic.logs/multiline.match: after | ||
co.elastic.logs.sidecar/exlude_lines: '^DBG' | ||
co.elastic.logs.sidecar/exclude_lines: '^DBG' | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Someone should check this There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @exekias Looks good I think. |
||
------------------------------------------------------------------------------------- | ||
|
||
|
||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@andrewkroh Was this broken before or do these settings have a typo?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Afaict, this is just a local variable