<?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: Installing perfstatbeat in Software - General</title>
    <link>https://community.hpe.com/t5/software-general/installing-perfstatbeat/m-p/7044149#M45</link>
    <description>&lt;P&gt;Hello Tom,&lt;/P&gt;&lt;P&gt;I am not familiar with AIX and perfstatbeat,&amp;nbsp; but would suggest you to go through below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ibm.com/developerworks/community/forums/html/topic?id=4b25f58e-ece2-421f-b076-72fbd48eec7c&amp;amp;ps=25" target="_blank"&gt;https://www.ibm.com/developerworks/community/forums/html/topic?id=4b25f58e-ece2-421f-b076-72fbd48eec7c&amp;amp;ps=25&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Posting query at github might be helpful&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/WuerthIT/perfstatbeat/issues" target="_blank"&gt;https://github.com/WuerthIT/perfstatbeat/issues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vivekanand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am HPE Employee&lt;/P&gt;</description>
    <pubDate>Mon, 29 Apr 2019 02:49:52 GMT</pubDate>
    <dc:creator>Vivek-HPE</dc:creator>
    <dc:date>2019-04-29T02:49:52Z</dc:date>
    <item>
      <title>Installing perfstatbeat</title>
      <link>https://community.hpe.com/t5/software-general/installing-perfstatbeat/m-p/7042355#M44</link>
      <description>&lt;P&gt;Hello all.&lt;/P&gt;&lt;P&gt;Not sure if this question is appropriate for this forum but perhaps someone can point me in the right direction.&lt;/P&gt;&lt;P&gt;We're trying to install &lt;A href="https://github.com/WuerthIT/perfstatbeat" target="_blank"&gt;https://github.com/WuerthIT/perfstatbeat&lt;/A&gt; on an AIX 7.1 server per the request of our Unix engineering team.&lt;/P&gt;&lt;P&gt;I'm not familiar with perfbeatstat but was able to build the executable.&lt;/P&gt;&lt;P&gt;However, when I run it, I get the following error:&lt;/P&gt;&lt;P&gt;./perfstatbeat -e -v -d "*"&lt;/P&gt;&lt;P&gt;2019-04-12T17:07:18.008-0500&lt;BR /&gt;INFO instance/beat.go:468 Home path: [/opt/Tanium/Tom/perfstatbeat/dist] Config path: [/opt/Tanium/Tom/perfstatbeat/dist] Data path: [/opt/Tanium/Tom/perfstatbeat/dist/data] Logs path:&lt;/P&gt;&lt;P&gt;[/opt/Tanium/Tom/perfstatbeat/dist/logs] 2019-04-12T17:07:18.009-0500&lt;BR /&gt;DEBUG [beat] instance/beat.go:495 Beat metadata path: /opt/Tanium/Tom/perfstatbeat/dist/data/meta.json 2019-04-12T17:07:18.009-0500&lt;BR /&gt;INFO instance/beat.go:475 Beat UUID: e041363a-717f-4bd1-b046-7be3ec876006 2019-04-12T17:07:18.009-0500&lt;BR /&gt;INFO instance/beat.go:213 Setup Beat: perfstatbeat; Version: 6.2.4 2019-04-12T17:07:18.009-0500&lt;BR /&gt;WARN instance/metrics_other.go:12 Metrics not implemented for this OS. 2019-04-12T17:07:18.009-0500&lt;BR /&gt;DEBUG [beat] instance/beat.go:230 Initializing output plugins 2019-04-12T17:07:18.010-0500&lt;BR /&gt;DEBUG [processors] processors/processor.go:49 Processors: 2019-04-12T17:07:18.010-0500&lt;BR /&gt;INFO pipeline/module.go:91 No outputs are defined. Please define one under the output section. 2019-04-12T17:07:18.010-0500&lt;BR /&gt;ERROR instance/beat.go:667 Exiting: error initializing publisher: No outputs are defined. Please define one under the output section. Exiting: error initializing publisher: No outputs are defined. Please&lt;/P&gt;&lt;P&gt;define one under the output section.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Where are the outputs mentioned in the ERROR defined?&lt;/P&gt;&lt;P&gt;I looked in the filebeat.yml and found an output section as shown here:&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;#================================ Outputs =====================================&lt;/P&gt;&lt;P&gt;# Configure what output to use when sending the data collected by the beat.&lt;/P&gt;&lt;P&gt;#-------------------------- Elasticsearch output ------------------------------&lt;BR /&gt;output.elasticsearch:&lt;BR /&gt;# Array of hosts to connect to.&lt;BR /&gt;hosts: ["localhost:9200"]&lt;/P&gt;&lt;P&gt;# Optional protocol and basic auth credentials.&lt;BR /&gt;#protocol: "https"&lt;BR /&gt;#username: "elastic"&lt;BR /&gt;#password: "changeme"&lt;/P&gt;&lt;P&gt;#----------------------------- Logstash output --------------------------------&lt;BR /&gt;#output.logstash:&lt;BR /&gt;# The Logstash hosts&lt;BR /&gt;#hosts: ["localhost:5044"]&lt;/P&gt;&lt;P&gt;# Optional SSL. By default is off.&lt;BR /&gt;# List of root certificates for HTTPS server verifications&lt;BR /&gt;#ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]&lt;/P&gt;&lt;P&gt;# Certificate for SSL client authentication&lt;BR /&gt;#ssl.certificate: "/etc/pki/client/cert.pem"&lt;/P&gt;&lt;P&gt;# Client Certificate Key&lt;BR /&gt;#ssl.key: "/etc/pki/client/cert.key"&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But I'm not clear on what I need to add/edit.&lt;/P&gt;&lt;P&gt;Any suggestions on how to address this?&lt;/P&gt;&lt;P&gt;Please advise.&lt;/P&gt;&lt;P&gt;Thanks all.&lt;/P&gt;</description>
      <pubDate>Sun, 14 Apr 2019 20:40:02 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-general/installing-perfstatbeat/m-p/7042355#M44</guid>
      <dc:creator>Tom Wolf_3</dc:creator>
      <dc:date>2019-04-14T20:40:02Z</dc:date>
    </item>
    <item>
      <title>Re: Installing perfstatbeat</title>
      <link>https://community.hpe.com/t5/software-general/installing-perfstatbeat/m-p/7044149#M45</link>
      <description>&lt;P&gt;Hello Tom,&lt;/P&gt;&lt;P&gt;I am not familiar with AIX and perfstatbeat,&amp;nbsp; but would suggest you to go through below link.&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.ibm.com/developerworks/community/forums/html/topic?id=4b25f58e-ece2-421f-b076-72fbd48eec7c&amp;amp;ps=25" target="_blank"&gt;https://www.ibm.com/developerworks/community/forums/html/topic?id=4b25f58e-ece2-421f-b076-72fbd48eec7c&amp;amp;ps=25&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Posting query at github might be helpful&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/WuerthIT/perfstatbeat/issues" target="_blank"&gt;https://github.com/WuerthIT/perfstatbeat/issues&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Vivekanand&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am HPE Employee&lt;/P&gt;</description>
      <pubDate>Mon, 29 Apr 2019 02:49:52 GMT</pubDate>
      <guid>https://community.hpe.com/t5/software-general/installing-perfstatbeat/m-p/7044149#M45</guid>
      <dc:creator>Vivek-HPE</dc:creator>
      <dc:date>2019-04-29T02:49:52Z</dc:date>
    </item>
  </channel>
</rss>

