Joel Andritsch

Results 15 comments of Joel Andritsch

Seeing the same thing in 8.0. This Markdown: ``` * A1 * B1 * C1 * C2 * B2 * C3 * C4 * B3 * A2 ``` Produces this...

If you try to use HTML instead, you'll get a 400 response from the API because it seems to be interpreting the tabs as `code`. For example, this produces a...

@legoguy1000 Sweet! Do you have any samples or docs for using this, or could you point me at the source for this input? Edit: Think I found it: https://github.com/elastic/beats/pull/32175 This...

> The logstash output is the lumberjack protocol I think I follow. You're saying I can configure the Logstash output in Filebeat and point it at another Filebeat that uses...

I'll try testing that out and close this issue once I've confirmed. Thanks for your help!

So I haven't gotten around to testing this yet, but the following description in the PR (https://github.com/elastic/beats/pull/32175) makes it sound like the Lumberjack input is only a temporary addition to...

Unfortunately it's web page or bust. The feature I described would be something I'm looking to add to an existing web site. I could go with the approach of just...

So I finally got around to testing this and can confirm that using a `logstash` output on one Filebeat and a `lumberjack` input on another works. It appears that the...

Just posting for anyone else who may be interested, but this seems doable via the `script` processor of an ingest pipeline: ``` def outer = ctx; // Handle multiple nested...