Can I upload ".psv" files in to logstash?

Hi,

previously I was using .csv files. Now I have ".psv" to analyse.
can I upload ".psv" files into logstash, can anyone please help me writing
the logstash.conf file for the .psv files

--
Please update your bookmarks! We moved to https://discuss.elastic.co/

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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/9c071e24-8ad7-4a13-b361-4bc4e896531d%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Hi

Presume a psv is a pipe separated values file and nothing to do with a
playstation save file :slight_smile:

OK if it is a Pipe delimited file then you should be able to use the csv
filter with a "|" separator. Something like this

csv {
columns => [
"c1","c2","c3"]
separator => "|"
}

On 8 May 2015 at 14:33, vurkechudham@gmail.com wrote:

Hi,

previously I was using .csv files. Now I have ".psv" to analyse.
can I upload ".psv" files into logstash, can anyone please help me writing
the logstash.conf file for the .psv files

--
Please update your bookmarks! We moved to https://discuss.elastic.co/

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.
To view this discussion on the web visit
https://groups.google.com/d/msgid/elasticsearch/9c071e24-8ad7-4a13-b361-4bc4e896531d%40googlegroups.com
https://groups.google.com/d/msgid/elasticsearch/9c071e24-8ad7-4a13-b361-4bc4e896531d%40googlegroups.com?utm_medium=email&utm_source=footer
.
For more options, visit https://groups.google.com/d/optout.

--
Please update your bookmarks! We moved to https://discuss.elastic.co/

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.
To view this discussion on the web visit https://groups.google.com/d/msgid/elasticsearch/CAECdJzBsakp7yc%3D2Qcqu%3DnJAfDnpM6NeLxReOVd5jCHXEG0sqA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.