- Community Home
- >
- Software
- >
- Software - General
- >
- Re: Installing perfstatbeat
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-14-2019 01:40 PM
04-14-2019 01:40 PM
Installing perfstatbeat
Hello all.
Not sure if this question is appropriate for this forum but perhaps someone can point me in the right direction.
We're trying to install https://github.com/WuerthIT/perfstatbeat on an AIX 7.1 server per the request of our Unix engineering team.
I'm not familiar with perfbeatstat but was able to build the executable.
However, when I run it, I get the following error:
./perfstatbeat -e -v -d "*"
2019-04-12T17:07:18.008-0500
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:
[/opt/Tanium/Tom/perfstatbeat/dist/logs] 2019-04-12T17:07:18.009-0500
DEBUG [beat] instance/beat.go:495 Beat metadata path: /opt/Tanium/Tom/perfstatbeat/dist/data/meta.json 2019-04-12T17:07:18.009-0500
INFO instance/beat.go:475 Beat UUID: e041363a-717f-4bd1-b046-7be3ec876006 2019-04-12T17:07:18.009-0500
INFO instance/beat.go:213 Setup Beat: perfstatbeat; Version: 6.2.4 2019-04-12T17:07:18.009-0500
WARN instance/metrics_other.go:12 Metrics not implemented for this OS. 2019-04-12T17:07:18.009-0500
DEBUG [beat] instance/beat.go:230 Initializing output plugins 2019-04-12T17:07:18.010-0500
DEBUG [processors] processors/processor.go:49 Processors: 2019-04-12T17:07:18.010-0500
INFO pipeline/module.go:91 No outputs are defined. Please define one under the output section. 2019-04-12T17:07:18.010-0500
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
define one under the output section.
Where are the outputs mentioned in the ERROR defined?
I looked in the filebeat.yml and found an output section as shown here:
#================================ Outputs =====================================
# Configure what output to use when sending the data collected by the beat.
#-------------------------- Elasticsearch output ------------------------------
output.elasticsearch:
# Array of hosts to connect to.
hosts: ["localhost:9200"]
# Optional protocol and basic auth credentials.
#protocol: "https"
#username: "elastic"
#password: "changeme"
#----------------------------- Logstash output --------------------------------
#output.logstash:
# The Logstash hosts
#hosts: ["localhost:5044"]
# Optional SSL. By default is off.
# List of root certificates for HTTPS server verifications
#ssl.certificate_authorities: ["/etc/pki/root/ca.pem"]
# Certificate for SSL client authentication
#ssl.certificate: "/etc/pki/client/cert.pem"
# Client Certificate Key
#ssl.key: "/etc/pki/client/cert.key"
But I'm not clear on what I need to add/edit.
Any suggestions on how to address this?
Please advise.
Thanks all.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
04-28-2019 07:49 PM
04-28-2019 07:49 PM
Re: Installing perfstatbeat
Hello Tom,
I am not familiar with AIX and perfstatbeat, but would suggest you to go through below link.
Posting query at github might be helpful
https://github.com/WuerthIT/perfstatbeat/issues
Thanks,
Vivekanand
I am HPE Employee