-
I tried to apply this cookbook my EC2 instance to install td-agent 2.1.5-0 by pinning attribute, but error raised like below.
```
[2015-03-12T17:51:14+09:00] ERROR: yum_repository[treasure-data] (td-…
-
The installation (I'm using Opscode Chef) fails on RHEL7. Not all that surprising as this page - http://docs.treasuredata.com/articles/td-agent - suggests only 6 is supported. The problem is the lack …
-
Scheme less is very handy but in some language (for example, PHP) might insert wrong data type as it has weak data type.
For example:
``` php
#php -r 'var_dump([["value" => 1], ["value" => "2"], ["v…
-
OS: CentOS 6.2
Installing td-agent2 as
```
$ curl -L http://toolbelt.treasuredata.com/sh/install-redhat-td-agent2.sh | sh
```
The permission of gems directory becomes like
```
ls -ld /opt/td-agent…
-
I'm testing to use fluentd transferring data to TreasureData, by following [this](http://docs.fluentd.org/articles/http-to-td#fluentd-configuration) tutorial.
But I found fluentd freezed when it was …
-
The postinst/prerm/postrm scripts all have a '#DEBHELPER#' tag, i.e.:
https://github.com/treasure-data/omnibus-td-agent/blob/master/templates/package-scripts/td-agent/deb/postinst#L107
These are sup…
-
I install fluentd from
```
deb [arch=amd64] http://packages.treasuredata.com/2/ubuntu/trusty/ trusty contrib
```
when I use `apt-get purge td-agent` to remove the package, dpkg throw this error.
T…
-
http://docs.fluentd.org/articles/install-by-rpm
When running the install script, it attempts to access this URL that fails:
http://packages.treasuredata.com/2/redhat/latest/x86_64/repodata/repomd.xm…
-
When installing td-agent from official rpm packages (packages.treasuredata.com), /opt permissions are set to 775. Apart from this not being cool, this prevents clean install on at least on amazon linu…
-
Hello,
When installing the td-agent on Centos/Red Hat, the documentation suggest using as shell script. That script however seems a bit too enthusiastic about updating packages.
Script url : http:…