why is logstash throwing debug log output by default now? i didnt put any debug flags into scripts and its turned on Oo
usually id do that by filling the LS_OPTS wouldnt i
koendc joined the channel
param joined the channel
pkdubey4u has quit
Xylakant has quit
SpaceDoG joined the channel
gregf has quit
ttpearso has quit
ohlol joined the channel
predg_ joined the channel
kanarip_ joined the channel
smerrill-offline is now known as smerrill
Renee_
Hi all! I am trying to ingest existing files (on s3) into elasticsearch using Logstash. However, logstash is just waiting for new files to get into S3. Is it possible to ingest old, existing files using Logstash (without copying)?
Xylakant joined the channel
iNs
Renee_: you want to parse already existing files, is that what u mean?
Renee_
Yes indeed
iNs
then start_position => "beginning" input parameter is probly what you're looking for
Renee_
Does that also work for "files" input connector?
BTW thanks iNs for the quick response :)
iNs
file not files
and yes, it does
ttpearso joined the channel
its most likely for it than anything else actually imo
remember tho, while parsing existing files logstash saves the 'progress' of read file
so given that, if you will want to re-parse them again, remember about .sincedb files
easiest way for me is to define sincedb_path for log type so you can easily figure out which one to delete
Renee_
Thanks I will try this
iNs
but then again, im rather a newbie so remmeber to double check what im sayin, lol :p
iamchrisf joined the channel
fibbel joined the channel
Xylakant has quit
rwhavens joined the channel
Renee_
@iNs :)
smerrill is now known as smerrill-offline
I get "Unknown setting 'start_position' for s3 {:level=>:error}" using "start_position => "beginning". Also tried setting sincedb_path to "/dev/null". That gives me a "Error: no time information in "" {:level=>:error}"
im using latest kibana with elastic 2.0 without this issue meena
rwhavens has quit
tilmans joined the channel
mdedetri_ joined the channel
_JZ_ joined the channel
dhollinger joined the channel
mdedetrich has quit
TheAbraxas_ joined the channel
S-DoG joined the channel
rwhavens joined the channel
untergeek_ joined the channel
Zesk has left the channel
cliles joined the channel
tilmans has quit
RobertDupont joined the channel
meena
iNs: kaythanks
purbon_ joined the channel
suetema joined the channel
iNs
meena: check ur default index, the .kibana one, maybe its malformed somehow or dunno, ootb it worked for me
robins joined the channel
i on the other hand, am still having problem with excessive debugging logs from logstash
suetema
Hey, I got a question. Is it possible to have logstash output logs directly to cloudwatch logs? I noticed the cloudwatch plugin, but I get the feeling that one wants to push to cloudwatch metrics?
gregf joined the channel
jinleile1king joined the channel
pfalleno1 joined the channel
kireevco_ joined the channel
pieterl_ joined the channel
I want it to accept logs from monolog and directly push to cloudwatch logs
kmanning_ joined the channel
secopsbot_ joined the channel
s joined the channel
darvon_ joined the channel
asyd_ joined the channel
_bothers joined the channel
arcsky_ joined the channel
s is now known as Guest87763
Is that possible or do i have to write to a log file and have the agent push it?
jwaibel joined the channel
cpattonj
In what kind of a situation is it even possible for logstash to only be running at about 10-15 events per second?
_JZ_ has quit
S-DoG has quit
jwd_ joined the channel
Xylakant has quit
Having a hard time searching for "slow logstash" issues since 8k eps is considered slow in some cases lol.