Skip to content
This repository has been archived by the owner on Aug 20, 2024. It is now read-only.

Commit

Permalink
Istio and nodejs version increased in .travis.yml, Fluentbit -> Fluen…
Browse files Browse the repository at this point in the history
…tBit
  • Loading branch information
ruzickap committed Feb 18, 2019
1 parent 996aa84 commit 572cb22
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
dist: xenial

node_js:
- "8"
- "10"

env:
- ISTIO_VERSION="1.0.5"
- ISTIO_VERSION="1.0.6"

script:
- ./tests/ci_test.sh
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ POOLS:
replicapool 1 0 B 0 40 GiB 0
```

## Install ElasticSearch, Kibana, Fluentbit
## Install ElasticSearch, Kibana, FluentBit

Add [ElasticSearch operator](https://github.com/upmc-enterprises/elasticsearch-operator) to Helm:

Expand Down Expand Up @@ -535,7 +535,7 @@ NAME AGE
elasticsearchcluster.enterprises.upmc.com/elasticsearch-cluster 18m
```

Install [Fluentbit](https://fluentbit.io/):
Install [FluentBit](https://fluentbit.io/):

```bash
# https://github.com/fluent/fluent-bit/issues/628
Expand All @@ -561,7 +561,7 @@ Configure ElasticSearch:
* Use * as the index pattern, and click "Next step.".
* Select @timestamp as the Time Filter field name, and click "Create index pattern."

Check fluent-bit installation:
Check FluentBit installation:

```bash
kubectl get -l app=fluent-bit svc,pods --all-namespaces -o wide
Expand Down

0 comments on commit 572cb22

Please sign in to comment.