a Fluentd regular expression editor
You can download and run Fluentular container from DockerHub:
$ docker pull tomohiro/fluentular:latest
$ docker run -d -p 8080:8080 tomohiro/fluentular:latest
Also you can build the app when after clone this repository:
$ cd fluentular
$ docker compose up -d
$ docker compose ps
NAME                COMMAND                  SERVICE             STATUS              PORTS
fluentular-app-1    "bundle exec rackup …"   app                 running (healthy)   0.0.0.0:8080->8080/tcp
- fluentdのformat(正規表現)の作り方について試行錯誤中 #fluentd - Glide Note - グライドノート
 - Fluentdでparser用の正規表現を書く・試す - tagomorisのメモ置き場
 - Scriptular
 - Rubular: a Ruby regular expression editor and tester
 
© 2012 - 2023 Tomohiro Taira.
This project licensed under the MIT license. See LICENSE for details.
