2 question about logstash config

How to write to the specified space in kibana

in my space

image

Put data (index) into 'read' space

use bin / logstash -f import csv data

How to close the program automatically after writing the data complete

I must manually close (by ctrl+c )now

  1. A space isn't an index, it's a collection of them that exists only in Kibana. You should be able to see what indices the space contains using _cat/indices in Dev Tools.
  2. Use cat $filename > logstash -f import and the stdin input.
1 Like

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.