mirror of
https://github.com/elastic/logstash.git
synced 2025-04-23 22:27:21 -04:00
String has to be surrounded by quotes
This commit is contained in:
parent
3efce866c9
commit
56dbbff8a8
1 changed files with 1 additions and 1 deletions
|
@ -261,7 +261,7 @@ Now, let's configure something actually *useful*... apache2 access log files! We
|
|||
input {
|
||||
file {
|
||||
path => "/tmp/access_log"
|
||||
start_position => beginning
|
||||
start_position => "beginning"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue