All Apps and Add-ons

Error on attempting to use Splunk SDK for Ruby

ashishnarmen
New Member

I am getting the following error on trying to create a one shot search using the SPLUNK SDK for Ruby

NoMethodError in MyControllerController#my_method
undefined method hostname' for #<URI::HTTPS:0x007fb38d0179d8>
Application Trace | Framework Trace | Full Trace
splunk-sdk-ruby (0.1.0) lib/splunk-sdk-ruby/context.rb:398:in
request_by_url'
splunk-sdk-ruby (0.1.0) lib/splunk-sdk-ruby/context.rb:318:in request'
splunk-sdk-ruby (0.1.0) lib/splunk-sdk-ruby/context.rb:201:in
login'
splunk-sdk-ruby (0.1.0) lib/splunk-sdk-ruby/service.rb:78:in `connect'

The following is the code that I am using

 config = {
          :scheme => :https,
          :host => "servername",
          :port => 8089,
          :username => "username",
          :password => "password"
      }
service = Splunk::Service.new(config).login()

Has someone run into something similar. Could this be occurring because, I am hosting my application on http and attempting to connect to https.

Tags (1)
0 Karma

splunkedyou
New Member

You need to upgrade to ruby 1.9.3 since the host method is not available in ruby versions before that. Also, I had to use the :protocol parameter instead of the :scheme for it to work. Hope it helps! Good Luck!

0 Karma

ashishnarmen
New Member

Thanks, let me try that out.

0 Karma
Get Updates on the Splunk Community!

Updated Team Landing Page in Splunk Observability

We’re making some changes to the team landing page in Splunk Observability, based on your feedback. The ...

New! Splunk Observability Search Enhancements for Splunk APM Services/Traces and ...

Regardless of where you are in Splunk Observability, you can search for relevant APM targets including service ...

Webinar Recap | Revolutionizing IT Operations: The Transformative Power of AI and ML ...

The Transformative Power of AI and ML in Enhancing Observability   In the realm of IT operations, the ...