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
uu59
55ebbe6b80
Refactoring: to_conf -> to_config
2014-07-17 14:09:10 +09:00
uu59
b2594218b0
Simplified out_s3 setting
2014-07-17 14:03:32 +09:00
uu59
3ddb412846
Add out_forward setting basis (wip)
2014-07-16 13:33:50 +09:00
uu59
d47b60a953
Add out_s3 setting basis
2014-07-14 15:09:22 +09:00
uu59
744c6a18ea
Add in_syslog setting basis
2014-07-11 12:54:36 +09:00
uu59
ee8e3e5407
Add out_td setting basis
2014-07-11 11:06:23 +09:00
uu59
c833682cc8
Add basis out_mongo setting
2014-07-11 11:06:23 +09:00
uu59
a3d61c3cc8
Resolve some TODOs
2014-07-01 11:19:15 +09:00
uu59
bd1134f9a9
in_tail guide to be fluentd/settings/in_tail
2014-06-30 18:45:27 +09:00
uu59
e37197bf5c
Remove dead/duplicated code
2014-06-30 17:47:21 +09:00
uu59
a240f03aae
Display error log when fluentd start/restart failed
2014-06-27 17:17:09 +09:00
uu59
8057c00e45
Don't use Fluentd#agent for URL
2014-06-27 13:56:26 +09:00
uu59
c5096bf86e
Support grok format (still work in progress)
2014-06-23 16:40:15 +09:00
uu59
a6dc8df1f7
Fix to validate on confirm action
2014-06-18 13:57:22 +09:00
uu59
5a5797257f
pos_file default value to be safety
2014-06-18 13:50:57 +09:00
uu59
d65ec83b6a
Add duplicated check for config
2014-06-18 13:50:41 +09:00
uu59
30b17fc94c
Add prev button
2014-06-18 13:38:26 +09:00
uu59
9e1ec1a590
Move pos_file to main setting with default value
2014-06-18 13:16:14 +09:00
uu59
8a67f00a17
Add roughly format and format options for in_tail setup pages
2014-06-17 15:08:58 +09:00
uu59
1dec0bcdc0
Fix field name: file -> path
2014-06-17 11:17:51 +09:00
uu59
a9b6cde15d
Complete setup in_tail pages
2014-06-16 17:58:44 +09:00
uu59
7ab814f240
Add next button on in_tail setting page
2014-06-16 15:21:58 +09:00
uu59
aba81677d0
Can changing log_tail limit by user
2014-06-09 16:55:21 +09:00
uu59
40de380a37
Add recent log view on fluentd detail page
2014-06-09 16:42:19 +09:00
uu59
d916082b92
restart fluentd after update config file. close #6 #3
2014-05-27 17:10:19 +09:00
uu59
36e460e885
Add recent error view
2014-05-27 16:57:15 +09:00
uu59
fc9dfb167d
Add basically config edit
2014-05-26 13:16:03 +09:00
uu59
479258a84a
Error handling for start/stop/restart
2014-05-23 14:21:37 +09:00
uu59
a3c2696fd3
Rename: reload -> restart
2014-05-23 13:59:08 +09:00
uu59
94a26c98d6
Click start/stop/reload to be sync, not async for correct report running status
2014-05-23 13:51:17 +09:00
uu59
92b42c51b7
Rename: fluentd/daemon -> fluentd/agent
2014-05-23 13:24:08 +09:00
uu59
feb392cd75
trivial refactoring
2014-05-22 16:27:27 +09:00
uu59
dc36bd9e33
Remove unnecessary method bridge
2014-05-22 16:16:24 +09:00
uu59
62e8ea467a
Separate fluentd, td-agent, and remote handling by class
2014-05-22 15:34:06 +09:00