Adding rate limit processor doc to processors list#23096
Adding rate limit processor doc to processors list#23096ycombinator merged 3 commits intoelastic:masterfrom ycombinator:lb-processor-rate-limit-doc
Conversation
|
Pinging @elastic/integrations-platforms (Team:Platforms) |
|
Hey @dedemorton, I'm trying to run |
| * <<include-fields,`include_fields`>> | ||
| endif::[] | ||
| ifndef::no_include_rate_limit_processor[] | ||
| * <<rate-limit,`rate_limit`>> |
There was a problem hiding this comment.
This line just adds a link. To fix the doc build error, you also need to add the include in the correct location under //# tag::processors-include[]
There was a problem hiding this comment.
Specifically, you want to add this to the correct location (alphabetically) in the list of includes:
ifndef::no_include_rate_limit_processor[]
include::{libbeat-processors-dir}/ratelimit/docs/rate_limit.asciidoc[]
endif::[]
|
Regarding:
I get a totally different error when I run However, when I change to a specific directory, it works. I'm not sure what has changed, but I can't help you. This sounds like a bug in the scripts. Maybe ask in the beats slack channel if you haven't already? |
jsoriano
left a comment
There was a problem hiding this comment.
Preview in docs build looks good 👍
What does this PR do?
Adds the
rate_limitprocessor document to the list of processors document. This was missed in #22883 and thanks to @jsoriano for pointing it out.Why is it important?
So the
rate_limitprocessor's documentation is discoverable to users.Checklist
My code follows the style guidelines of this projectI have commented my code, particularly in hard-to-understand areasI have made corresponding change to the default configuration filesI have added tests that prove my fix is effective or that my feature worksI have added an entry inCHANGELOG.next.asciidocorCHANGELOG-developer.next.asciidoc.Author's Checklist
How to test this PR locally
Related issues
Use cases
Screenshots
Logs