Skip to content

Commit 11bc4e0

Browse files
Merge pull request #1677 from vespa-engine/kkraune/link
link update
2 parents 042d9b2 + 7603552 commit 11bc4e0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/part-purchases-demo/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -95,12 +95,12 @@ You'll need to [install Logstash](https://www.elastic.co/downloads/logstash), th
9595
bin/logstash-plugin install logstash-output-vespa_feed
9696
```
9797

98-
2. Adapt [this logstash.conf](https://github.com/vespaai/university/blob/main/101/ch3/logstash.conf) to point to the absolute path of [purchase.csv](ext/purchase.csv).
98+
2. Adapt [this logstash.conf](https://github.com/vespaai/university/blob/main/101/ch5/logstash.conf) to point to the absolute path of [purchase.csv](ext/purchase.csv).
9999

100100
3. Run Logstash with the modified `logstash.conf`:
101101

102102
```
103103
bin/logstash -f $PATH_TO_LOGSTASH_CONF/logstash.conf
104104
```
105105

106-
For more examples of using Logstash with Vespa, check out [this tutorial blog post](https://blog.vespa.ai/logstash-vespa-tutorials/).
106+
For more examples of using Logstash with Vespa, check out [this tutorial blog post](https://blog.vespa.ai/logstash-vespa-tutorials/).

0 commit comments

Comments
 (0)