Is the tutorial for logstash 2.1.0 incomplete?

I'm working through the logstash tutorial, for 2.1.0

https://www.elastic.co/guide/en/logstash/current/advanced-pipeline.html

which references a logstash-tutorial.log file

input {
file {
path => "/path/to/logstash-tutorial.log"
start_position => beginning
}
}

but I have searched the file distribution: logstash-2.1.0.tar and cannot find the example file of source data. Is there some other place to find the tutorial data?

Thanks.

-- Chris Curzon

A few lines above that, click the here;

You can download the sample data set used in this example here. Unpack this file.