Skip to content

[Website]: At "If your pipeline is working correctly, you should see a series of events like the following written to the console:" step don't get output expected and no information on how to fix it #2739

@mlawrencesci-afk

Description

@mlawrencesci-afk

Type of issue

Other

What documentation page is affected

https://www.elastic.co/docs/reference/logstash/advanced-pipeline

What happened?

I have filebeat running in another window.

The logstach window look like this:

d-opens=java.base/sun.nio.ch=ALL-UNNAMED, --add-opens=java.management/sun.management=ALL-UNNAMED, -Dio.netty.allocator.maxOrder=11]
[2025-08-27T10:20:56,985][INFO ][org.logstash.jackson.StreamReadConstraintsUtil] Jackson default value override logstash.jackson.stream-read-constraints.max-string-length configured to 200000000 (logstash default)
[2025-08-27T10:20:56,986][INFO ][org.logstash.jackson.StreamReadConstraintsUtil] Jackson default value override logstash.jackson.stream-read-constraints.max-number-length configured to 10000 (logstash default)
[2025-08-27T10:20:56,986][INFO ][org.logstash.jackson.StreamReadConstraintsUtil] Jackson default value override logstash.jackson.stream-read-constraints.max-nesting-depth configured to 1000 (logstash default)
[2025-08-27T10:20:57,015][WARN ][logstash.config.source.multilocal] Ignoring the 'pipelines.yml' file because command line options are specified
[2025-08-27T10:20:58,340][INFO ][logstash.agent ] Successfully started Logstash API endpoint {:port=>9600, :ssl_enabled=>false}
[2025-08-27T10:20:58,456][INFO ][org.reflections.Reflections] Reflections took 71 ms to scan 1 urls, producing 149 keys and 521 values
[2025-08-27T10:20:58,719][INFO ][logstash.javapipeline ] Pipeline main is configured with pipeline.ecs_compatibility: v8 setting. All plugins in this pipeline will default to ecs_compatibility => v8 unless explicitly configured otherwise.
[2025-08-27T10:20:58,735][INFO ][logstash.javapipeline ][main] Starting pipeline {:pipeline_id=>"main", "pipeline.workers"=>16, "pipeline.batch.size"=>125, "pipeline.batch.delay"=>50, "pipeline.max_inflight"=>2000, "pipeline.sources"=>["D:/downloads/logstash-9.0.3-windows-x86_64/logstash-9.0.3/first-pipeline.conf"], :thread=>"#<Thread:0x49e6e2d9 D:/downloads/logstash-9.0.3-windows-x86_64/logstash-9.0.3/logstash-core/lib/logstash/java_pipeline.rb:138 run>"}
[2025-08-27T10:20:59,366][INFO ][logstash.javapipeline ][main] Pipeline Java execution initialization time {"seconds"=>0.63}
[2025-08-27T10:20:59,373][INFO ][logstash.inputs.beats ][main] Starting input listener {:address=>"0.0.0.0:5044"}
[2025-08-27T10:20:59,379][INFO ][logstash.javapipeline ][main] Pipeline started {"pipeline.id"=>"main"}
[2025-08-27T10:20:59,387][INFO ][logstash.agent ] Pipelines running {:count=>1, :running_pipelines=>[:main], :non_running_pipelines=>[]}
[2025-08-27T10:20:59,541][INFO ][org.logstash.beats.Server][main][2dc6b992e815dd83a3764191c0b99f9afbb7d234b67b53504d582cac7d5f1764] Starting server on port: 5044

The expected output from the web page is not there

"@timestamp" => 2017-11-09T01:44:20.071Z,
    "offset" => 325,
  "@version" => "1",
      "beat" => {
        "name" => "My-MacBook-Pro.local",
    "hostname" => "My-MacBook-Pro.local",
     "version" => "6.0.0"
},
      "host" => "My-MacBook-Pro.local",
"prospector" => {
    "type" => "log"
},
"input" => {
    "type" => "log"
},
    "source" => "/path/to/file/logstash-tutorial.log",
   "message" => "83.149.9.216 - - [04/Jan/2015:05:13:42 +0000] \"GET /presentations/logstash-monitorama-2013/images/kibana-search.png HTTP/1.1\" 200 203023 \"http://semicomplete.com/presentations/logstash-monitorama-2013/\" \"Mozilla/5.0 (Macintosh; Intel Mac OS X 10_9_1) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/32.0.1700.77 Safari/537.36\"",
      "tags" => [
    [0] "beats_input_codec_plain_applied"
]

}
...

Additional info

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    Team:IngestIssues owned by the Ingest Docs Teamcommunitysource:webIssues originating from the elastic.co docs

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions