Missing data in index

Hello!

I collect large amounts of logs using logstash(~5000 lines per second).

Configuration logstash:
output {
stdout {
debug => true
}
elasticsearch {
type => "player"
host => "10.2.22.4"
port => 9300
cluster => "player"
}
}

The lines in my logs are numbered and output to stdout, for example:
line 1
line 2
line 3
line 4

In elasticsearch index is written:
line 1
line 2
line 4

Line 3 is missing(

In the elasticsearch configuration all settings is default, except node
name and cluster name.

Please help me, what could be wrong?

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Anything in logs?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 mai 2013 à 11:10, Мишка Карташов flashick@gmail.com a écrit :

Hello!

I collect large amounts of logs using logstash(~5000 lines per second).

Configuration logstash:
output {
stdout {
debug => true
}
elasticsearch {
type => "player"
host => "10.2.22.4"
port => 9300
cluster => "player"
}
}

The lines in my logs are numbered and output to stdout, for example:
line 1
line 2
line 3
line 4

In elasticsearch index is written:
line 1
line 2
line 4

Line 3 is missing(

In the elasticsearch configuration all settings is default, except node name and cluster name.

Please help me, what could be wrong?

You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Ops. My mistake - "size" parameter in the api search. The default is
10. Therefore, some of the results are truncated.
I'm going to read the manual carefully)
Thanks)
вторник, 28 мая 2013 г., 13:41:54 UTC+4 пользователь David Pilato написал:

Anything in logs?

--
David :wink:
Twitter : @dadoonet / @elasticsearchfr / @scrutmydocs

Le 28 mai 2013 à 11:10, Мишка Карташов <flas...@gmail.com <javascript:>>
a écrit :

Hello!

I collect large amounts of logs using logstash(~5000 lines per second).

Configuration logstash:
output {
stdout {
debug => true
}
elasticsearch {
type => "player"
host => "10.2.22.4"
port => 9300
cluster => "player"
}
}

The lines in my logs are numbered and output to stdout, for example:
line 1
line 2
line 3
line 4

In elasticsearch index is written:
line 1
line 2
line 4

Line 3 is missing(

In the elasticsearch configuration all settings is default, except node
name and cluster name.

Please help me, what could be wrong?

--
You received this message because you are subscribed to the Google Groups
"elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to elasticsearc...@googlegroups.com <javascript:>.
For more options, visit https://groups.google.com/groups/opt_out.

--
You received this message because you are subscribed to the Google Groups "elasticsearch" group.
To unsubscribe from this group and stop receiving emails from it, send an email to elasticsearch+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.