Kentaro Hayashi

Results 285 comments of Kentaro Hayashi

@darkBuddha Thanks, it works. ``` % ruby --yjit -v ruby 3.2.0 (2022-12-25 revision a528908271) +YJIT [x86_64-linux] ```

As you mentioned, it is prepared for testing purposes. PRs are welcome.

It may depend on your case, daemonset image may be useful for you. (they provides image for elasticsearch 7) https://github.com/fluent/fluentd-kubernetes-daemonset

I guess that `` in `` may be what you want to do. Here is the sample. ``` @type tail path logs.txt tag test read_from_head true @type multiline format_firstline /\[/...

> I try to use Fluentd as Fluentd-operator, there is no way to change something in "source" that's why I want to use parser in filter. Is there another method...

FYI: I didn't measure actual performance, but the above example can be replaced by `record_modifier` plugin. ```aconf @type record_modifier label1 ${record.dig("kubernetes", "labels", "label1")} ```

Hmm, https://gitbookio.gitbooks.io/documentation/content/format/conrefs.html I've deployed test space, but `Importing local files` does not work on gitbook.io

It seems that it is marked as planning status: https://gitbook.canny.io/feature-requests/p/support-for-footers

I've overlooked that it seems GitBook v2 (not v1) https://docs.gitbook.com/resources/gitbook-legacy/v2-differences

![image](https://user-images.githubusercontent.com/225841/114355642-a9c5f300-9baa-11eb-8d4e-fd8c0b6c1219.png) Hmm, it seems that it just works for me. Does httpd image up and running correctly?