<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: splunk-kubernetes-logging in Kubernetes cluster getting error_class=Net::OpenTimeout error=&amp;quot;execution expired&amp;quot; in Getting Data In</title>
    <link>https://community.splunk.com/t5/Getting-Data-In/splunk-kubernetes-logging-in-Kubernetes-cluster-getting-error/m-p/496264#M84662</link>
    <description>&lt;P&gt;this is a network connection issue, did you get is solved? usually firewall or wrong host ip/dns issues. &lt;/P&gt;</description>
    <pubDate>Wed, 29 Jan 2020 17:05:19 GMT</pubDate>
    <dc:creator>mattymo</dc:creator>
    <dc:date>2020-01-29T17:05:19Z</dc:date>
    <item>
      <title>splunk-kubernetes-logging in Kubernetes cluster getting error_class=Net::OpenTimeout error="execution expired"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-kubernetes-logging-in-Kubernetes-cluster-getting-error/m-p/496263#M84661</link>
      <description>&lt;P&gt;I am trying to setup splunk-kubernetes-logging. I have my daemonset running on my worker nodes, but fluentd is failing to flush its buffer, and it's giving the same error over and over. It seems it cant create a flush thread.&lt;/P&gt;

&lt;P&gt;I have installed using HELM - Splunk Connect for Kubernetes 1.2.0 release&lt;BR /&gt;
I have given the pod specs a privileged security context, so it should be able to do anything within the container. &lt;/P&gt;

&lt;P&gt;Please help.&lt;/P&gt;

&lt;P&gt;splunk settings:&lt;BR /&gt;
splunk:&lt;/P&gt;

&lt;PRE&gt;&lt;CODE&gt; # Configurations for HEC (HTTP Event Collector)
  hec:
    # host is required and should be provided by user
    host: *****
    # port to HEC, optional, default 8088
    port:
    # token is required and should be provided by user
    token: *****
    # protocol has two options: "http" and "https", default is "https"
    protocol: http

resource settings:
resources:
  # limits:
  #  cpu: 100m
  #  memory: 200Mi
  requests:
   cpu: 100m
   memory: 200Mi

buffer settings:
buffer:
  "@type": memory
  total_limit_size: 600m
  chunk_limit_size: 200m
  chunk_limit_records: 100000
  flush_interval: 10s
  flush_thread_count: 2
  overflow_action: block
  retry_max_times: 3
&lt;/CODE&gt;&lt;/PRE&gt;

&lt;P&gt;Error:&lt;BR /&gt;
2019-09-30 23:17:40 +0000 [info]: #0 fluentd worker is now running worker=0&lt;BR /&gt;
2019-09-30 23:18:51 +0000 [warn]: #0 failed to flush the buffer. retry_time=0 next_retry_seconds=2019-09-30 23:18:52 +0000 chunk="593cd71313b4aadbf0ebbcb5a6188760" error_class=Net::OpenTimeout error="execution expired"&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/lib/ruby/2.5.0/net/http.rb:937:in &lt;CODE&gt;initialize'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/lib/ruby/2.5.0/net/http.rb:937:in&lt;/CODE&gt;open'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/lib/ruby/2.5.0/net/http.rb:937:in &lt;CODE&gt;block in connect'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/lib/ruby/2.5.0/timeout.rb:103:in&lt;/CODE&gt;timeout'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/lib/ruby/2.5.0/net/http.rb:935:in &lt;CODE&gt;connect'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/lib/ruby/2.5.0/net/http.rb:920:in&lt;/CODE&gt;do_start'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/lib/ruby/2.5.0/net/http.rb:915:in &lt;CODE&gt;start'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/bundle/gems/net-http-persistent-3.0.1/lib/net/http/persistent.rb:710:in&lt;/CODE&gt;start'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/bundle/gems/net-http-persistent-3.0.1/lib/net/http/persistent.rb:640:in &lt;CODE&gt;connection_for'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/bundle/gems/net-http-persistent-3.0.1/lib/net/http/persistent.rb:945:in&lt;/CODE&gt;request'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/bundle/gems/fluent-plugin-splunk-hec-1.1.0/lib/fluent/plugin/out_splunk_hec.rb:355:in &lt;CODE&gt;send_to_hec'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/bundle/gems/fluent-plugin-splunk-hec-1.1.0/lib/fluent/plugin/out_splunk_hec.rb:167:in&lt;/CODE&gt;write'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/bundle/gems/fluentd-1.4.0/lib/fluent/plugin/output.rb:1125:in &lt;CODE&gt;try_flush'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/bundle/gems/fluentd-1.4.0/lib/fluent/plugin/output.rb:1425:in&lt;/CODE&gt;flush_thread_run'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/bundle/gems/fluentd-1.4.0/lib/fluent/plugin/output.rb:454:in &lt;CODE&gt;block (2 levels) in start'&lt;BR /&gt;
  2019-09-30 23:18:51 +0000 [warn]: #0 /usr/local/bundle/gems/fluentd-1.4.0/lib/fluent/plugin_helper/thread.rb:78:in&lt;/CODE&gt;block in thread_create'&lt;/P&gt;</description>
      <pubDate>Wed, 30 Sep 2020 02:27:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-kubernetes-logging-in-Kubernetes-cluster-getting-error/m-p/496263#M84661</guid>
      <dc:creator>solguin</dc:creator>
      <dc:date>2020-09-30T02:27:19Z</dc:date>
    </item>
    <item>
      <title>Re: splunk-kubernetes-logging in Kubernetes cluster getting error_class=Net::OpenTimeout error="execution expired"</title>
      <link>https://community.splunk.com/t5/Getting-Data-In/splunk-kubernetes-logging-in-Kubernetes-cluster-getting-error/m-p/496264#M84662</link>
      <description>&lt;P&gt;this is a network connection issue, did you get is solved? usually firewall or wrong host ip/dns issues. &lt;/P&gt;</description>
      <pubDate>Wed, 29 Jan 2020 17:05:19 GMT</pubDate>
      <guid>https://community.splunk.com/t5/Getting-Data-In/splunk-kubernetes-logging-in-Kubernetes-cluster-getting-error/m-p/496264#M84662</guid>
      <dc:creator>mattymo</dc:creator>
      <dc:date>2020-01-29T17:05:19Z</dc:date>
    </item>
  </channel>
</rss>

