Sending data to cloud Logstash pipeline

I have setup a Logstash pipeline in Elastic Cloud but I can't find any information on how to send data to it e.g. URL, port etc. Please can someone point me at any docs or let me know?

1 Like

What does your input section look like?

It's just a simple TCP input at the moment

 input {

  tcp {
    port => "28777"
    codec => json
  }
}

This is part of what I need to find out about, what inputs can I use, and how to reference them externally from our applications.

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