Kenji Okimoto
f06d2e120a
Permit type parameter
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-07-10 14:34:23 +09:00
Kenji Okimoto
1145123296
Remove unnecessary code
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-18 14:37:16 +09:00
Kenji Okimoto
f8d1a5c379
Use to_config instead of to_conf
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-15 16:20:18 +09:00
Kenji Okimoto
600d93461d
Update setting_params to apply strong parameter
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-15 14:20:53 +09:00
Kenji Okimoto
fad62d812f
Use new Hash syntax
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-06-12 14:44:54 +09:00
Kenji Okimoto
f2f8d27f24
Remove setting_params
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-25 13:51:30 +09:00
Kenji Okimoto
1bde0bae1c
Rename out_td to out_tdlog
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-24 18:35:29 +09:00
Kenji Okimoto
ecd40a81f4
Support reloading Fluentd/td-agent
...
Signed-off-by: Kenji Okimoto <okimoto@clear-code.com>
2018-05-22 10:13:28 +09:00
yoshihara
f59b0f71fd
Clarify namespace even under Fluentd namespace
...
module `Fluentd::Settings` module also exists.
2015-04-14 18:17:17 +09:00
uu59
aaf4f179ab
Fix to parse config with embedded code
2015-04-02 12:50:38 +09:00
uu59
818e5d96bf
Refactor config parse processes
2015-04-02 11:45:43 +09:00
uu59
8ac4cb9526
Fix configtest didn't catch syntax error
2015-04-02 11:35:58 +09:00
uu59
b5d4be2659
Fluentd::Agent::Log is now dependent class. Use composite
2015-02-10 14:58:54 +09:00
uu59
8dc2be80ef
Separate fat action
2015-02-04 16:13:48 +09:00
uu59
f54a5a24ff
Add dryrun button to setting#edit
2015-02-04 15:03:25 +09:00
uu59
5dd8ed5924
Simplify
2015-01-14 18:26:11 +09:00
uu59
3071b3d2c4
Add config test button to running backup
2015-01-14 18:02:16 +09:00
uu59
2766ea95fe
Revert "Ensure message as error" (logged_errors method is in the bug)
...
This reverts commit 8571bb04ee
.
2015-01-14 17:45:47 +09:00
uu59
8571bb04ee
Ensure message as error
2015-01-14 16:21:22 +09:00
uu59
a1579e186e
Add configtest button for config history page
2015-01-14 16:06:54 +09:00
Ryan T. Hosford
6572b990bb
Addresses duplicate code in agents_controller
...
- Adds agents_controller_spec
2015-01-13 00:33:58 -06:00
hassaku
9cc12f7bc3
Show exceptions if updating note fails.
2015-01-07 17:34:02 +09:00
hassaku
7e062f860f
Add action to update a note.
2015-01-07 14:09:19 +09:00
鳥井 雪
92134654ea
Make dir app/models/fluentd/setting_archive/
...
and move backup_file model under it. prepare for gathering models that concernig about archive
2014-12-26 14:59:50 +09:00
鳥井 雪
6105886705
Change to use application.yml setting instead of hard coded number
2014-12-17 18:44:17 +09:00
鳥井 雪
a61ba6f506
Change to use array.first(5) instead of array[0..4]
2014-12-17 17:08:30 +09:00
鳥井 雪
560035b185
Add UI for running bacukp config
2014-12-17 17:04:24 +09:00
鳥井 雪
0786fafb9b
Remove keyword argument from methods
...
for Ruby 1.9
2014-12-16 19:03:06 +09:00
鳥井 雪
36bd26a37d
Add UI to reuse backup config files
2014-12-16 17:58:34 +09:00
Koichi TANAKA
27807cf259
Add feature spec for /daemon/setting
2014-12-03 18:13:37 +09:00
hassaku
963307c7b5
Add forward input settings.
2014-12-03 15:17:04 +09:00
hassaku
155e33d6dd
Add http input settings.
2014-12-03 15:17:04 +09:00
uu59
9ac66f05d3
Add out_stdout setting
2014-12-03 15:17:03 +09:00
uu59
f44e6791e7
Add in_monitor_agent setting
2014-12-03 15:17:03 +09:00
uu59
eb465221b8
Error handling
2014-11-26 15:44:11 +09:00
uu59
763c3a4a95
Vue-ify setting display
2014-11-26 13:43:24 +09:00
uu59
22dd9c4bdb
Display current setting
2014-11-18 16:00:44 +09:00
uu59
3c7786f262
Refactor plugin setting
...
Adding support for some plugins was hard.
After this commit, easy to add a plugin that has commonly
setting style.
Before:
- Add model, controller, and views for it.
After:
- Add model and controller. view is shared.
2014-11-04 14:29:31 +09:00
uu59
5e704969d2
tag_key is not config param
2014-08-13 18:20:24 +09:00
uu59
242e23732c
Add out_elasticsearch setting
2014-08-13 18:12:28 +09:00
uu59
6551280ba0
Refactoring for commonly setting controllers to be concern
2014-08-13 17:40:24 +09:00
uu59
cf51f165cd
setting_params should be normally
2014-07-31 18:30:46 +09:00
uu59
fd2ceda5a4
Display success flash should be succeed only
2014-07-31 17:25:31 +09:00
uu59
3d750a0c7a
Display a message for the daemon start/stop/restart could take a long time
2014-07-31 11:42:17 +09:00
uu59
df1773c26f
Remove dead code
2014-07-29 14:11:05 +09:00
uu59
6a19537a3f
error -> messages
2014-07-28 16:58:05 +09:00
uu59
f40200741f
Clean up out_td params
2014-07-28 16:15:59 +09:00
uu59
3ada1f874c
Switching brand name with ENV
2014-07-24 16:03:45 +09:00
uu59
23a30452e4
Fix route name fluentd -> daemon by sed
...
$ git grep --name-only -E "[a-z0-9A-Z_]*fluentd_[a-zA-Z0-9_]*path" app/ | xargs gsed -i -E 's#([a-z0-9A-Z_]*)fluentd([a-zA-Z0-9_]*path)#\1daemon\2#g'
2014-07-24 15:28:04 +09:00
uu59
b36b3eb483
Add <secondary> for out_forward
2014-07-17 16:33:54 +09:00