-
Logsearch in e/w is using our fork of logsearch-for-cloudfoundry and an old version of logsearch-boshrelease (v200). Logsearch in gc _almost_ the same as logsearch-for-cloudfoundry upstream (just wait…
-
Since we don't have many tenants on govcloud yet, our logsearch deployment is smaller than on east, with only two data nodes (east is currently using ten). If the east deployment needs ten data nodes,…
-
Seems like we've committed a sample logsearch `manifest.yml` for logsearch-boshrelease. I don't think that's a good idea because then we'd have to maintain it in separate places (logsearch-boshrelease…
-
I'm trying to use logsearch-shipper to ship my logs to https://papertrailapp.com
I have the following configuration in my manifest.
``` yaml
properties:
logsearch:
logs:
enabled: true
…
drnic updated
9 years ago
-
Hi there! I'm having trouble deploying the latest logsearch boshrelease. When the update gets to the ingestor nodes, bosh-healthcheck will fail with
```
==> bosh_dns_health.stdout.log /var/vcap/da…
-
```
./bin/test
rm -rf target
mkdir target
===> Building ...
mkdir -p target/kibana-dashboards
vendor/addon-common/bin/build.sh src/parsers/logsearch-for-weblogs.filters.conf.erb > target/logsearch-for…
drnic updated
9 years ago
-
**Original GH:** https://github.com/Expensify/App/issues/50113#issuecomment-2468938344
## Action Performed:
1. From an employee account - navigate to the workspace chat and click + > Submit Expe…
-
I was looking at https://github.com/hybris/nxlog-boshrelease and now this boshrelease and both use nxlog - why do you like it?
My dislike starts with a bug/feature - I don't seem to be able to specif…
drnic updated
9 years ago
-
if you take a look at other release file, e.g.
https://github.com/logsearch/logsearch-boshrelease/blob/develop/releases/index.yml
there is a format-version line as shown below:
format-version: '2'
t…
gaos1 updated
9 years ago
-
Currently we're using `nc` to locally store the metrics `collectd` is gathering. This is the lazy way. This should really be a collectd plugin of some sort to avoid the extra process and graphite plug…