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
Supported Platforms:
Platform | Version |
---|---|
Ruby | Ruby 3.1.1 (Puma) |
Docker | 20.10.12 or later |
Create an Application:
$ eb init # Choose a platform from Ruby or Docker
Create an Environment:
$ eb create
You can use Dockerrun.aws.json when creating a new environment.
https://fluentular.s3.amazonaws.com/Dockerrun.aws.json
For more information, see Deploying a Sinatra Application to AWS Elastic Beanstalk - Elastic Beanstalk.
$ gcloud preview app deploy
- fluentdのformat(正規表現)の作り方について試行錯誤中 #fluentd - Glide Note - グライドノート
- Fluentdでparser用の正規表現を書く・試す - tagomorisのメモ置き場
- Scriptular
- Rubular: a Ruby regular expression editor and tester
© 2012 - 2022 Tomohiro Taira.
This project licensed under the MIT license. See LICENSE for details.