# Logstash to Splunk

**URL:** https://discuss.elastic.co/t/logstash-to-splunk/287825
**Category:** Logstash
**Created:** [October 27, 2021, 4:10pm UTC](https://discuss.elastic.co/t/logstash-to-splunk/287825 "2021-10-27T16:10:06Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![pbernard](https://avatars.discourse-cdn.com/v4/letter/p/f08c70/32.png) [@pbernard](https://discuss.elastic.co/u/pbernard)
#### Post date: [October 27, 2021, 4:10pm UTC](https://discuss.elastic.co/t/logstash-to-splunk/287825/1 "2021-10-27T16:10:06Z")

</div>

I'm seeing the following error when using "output http" plugin with Logstash V 7.9.1  
[ERROR][logstash.outputs.http][main][fd6763aa601b7a0319bbdad4f501b0901a4f4da752d9fcbf8f841e9fbf9e676c] [HTTP Output Failure] Could not fetch URL {:url=\>"[https://zzzzzzzzzzzzzzzz](https://zzzzzzzzzzzzzzzz)")

Converting the below to a curl, or using Postman, succeeds. Anybody see this? It appears to be related to https, but, the logs do not give a clue.

```auto
output {
  http {
    format => "json"
    http_method => "post"
   
    url => "https://xxxxxxxxxxxxxx:443/services/collector/raw"
    headers => ["Authorization", "Splunk xxxxxxxxxxxxxxxx"]
 }

```

---

<div class="post-metadata">

### Author: ![system](https://us1.discourse-cdn.com/elastic/original/3X/1/a/1ac57faf039f6b580b3f104ef42a2a89e41014de.png) [@system](https://discuss.elastic.co/u/system)
#### Post date: [November 24, 2021, 4:10pm UTC](https://discuss.elastic.co/t/logstash-to-splunk/287825/2 "2021-11-24T16:10:45Z")

</div>

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