Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Httpmetricbeat #4092

Closed
Closed
Changes from 2 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
e97377d
Warn Beats users not to do multiline handling in Logstash
dedemorton Apr 21, 2017
4f061e2
Initial commit http metricbeat module
christiangalsterer Apr 21, 2017
e750f90
Initial commit http metricbeat module
christiangalsterer Apr 21, 2017
1977b33
Add first fields information
christiangalsterer Apr 23, 2017
2242883
Add first fields information
christiangalsterer Apr 23, 2017
c442602
Updated config and docu files.
christiangalsterer Apr 23, 2017
621f763
Fix fmt findings
christiangalsterer Apr 23, 2017
282d81d
Update CONTRIBUTING.md to Golang 1.8.1 (#4094)
ruflin Apr 24, 2017
3efb9db
Allow to overwrite uri in http helper (#4084)
ruflin Apr 24, 2017
856e151
Skip empty events without error (#4087)
ruflin Apr 24, 2017
38e04b4
Fix race in go-metrics adapater (#4098)
Apr 24, 2017
fafe088
Set 10000 field limit also for ES v5 (#4079)
ruflin Apr 24, 2017
4aed040
Merge pull request #4086 from dedemorton/logstash_input_beats_issue#199
dedemorton Apr 24, 2017
2bc0a20
File restructure by providers for add_cloud_metadata (#4088)
athom Apr 25, 2017
de11679
Add perfmon raw counter values calculations (#3972)
martinscholz83 Apr 25, 2017
af60958
Add x-pack monitoring note to kibana/es docs (#4012)
ruflin Apr 25, 2017
5afda3d
Minor enhancements to kubernetes processor (#4068)
exekias Apr 25, 2017
354fdd6
Adding query APIs for metricsets and modules from metricbeat registry…
vjsamuel Apr 25, 2017
ca2e449
Suggest GOPATH in ~/go (#4110)
7AC Apr 25, 2017
aaee997
filebeat: expand double wildcards in prospector (#3980)
7AC Apr 26, 2017
dce6887
Disable default prospector and adjust short configs (#4105)
tsg Apr 26, 2017
a279b5d
Adding goimports support to make check and fmt (#4114)
vjsamuel Apr 26, 2017
7a8bc70
Add rsbeat to communitybeats doc (#4108)
rockybean Apr 26, 2017
7d15bf3
Fix link to the MacOSX SDK tarball (#4120)
tsg Apr 26, 2017
074add2
Fixing nil pointer on prometheus collector when http response is nil …
vjsamuel Apr 27, 2017
bee77ee
Remove duplicate code in glob_watcher_test.go (#4117)
athom Apr 27, 2017
24aed8c
Refactor harvester to send events directly to the spooler (#4070)
ruflin Apr 27, 2017
1344e4f
Support Alibaba Cloud provider for add_cloud_metadata proccessor (#4111)
athom Apr 27, 2017
b9f1b50
Add community beats topic to devguide
dedemorton Apr 28, 2017
6b01fa9
Heartbeat event format (#4091)
Apr 28, 2017
b845687
Add example dashboards using the time series visual builder (#4115)
monicasarbu Apr 28, 2017
ea763e2
Merge pull request #4134 from dedemorton/add_commbeats
dedemorton Apr 28, 2017
946bfd8
Initial commit http metricbeat module
christiangalsterer Apr 21, 2017
92ee85e
Initial commit http metricbeat module
christiangalsterer Apr 21, 2017
81da4f6
Add first fields information
christiangalsterer Apr 23, 2017
2c84adf
Add first fields information
christiangalsterer Apr 23, 2017
521c11c
Updated config and docu files.
christiangalsterer Apr 23, 2017
9d69fd6
Fix fmt findings
christiangalsterer Apr 23, 2017
47a046c
Fixed review findings
christiangalsterer Apr 29, 2017
a3bbadb
Added integration tess
christiangalsterer Apr 30, 2017
494b428
Merge remote-tracking branch 'origin/httpmetricbeat' into httpmetricbeat
christiangalsterer Apr 30, 2017
1fca1b0
Generated docucmentation
christiangalsterer Apr 30, 2017
8eb085f
Updated documentation and added entry to changelog
christiangalsterer May 1, 2017
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions docs/devguide/index.asciidoc
Original file line number Diff line number Diff line change
@@ -21,6 +21,8 @@ include::../../libbeat/docs/version.asciidoc[]

include::./contributing.asciidoc[]

include::../../libbeat/docs/communitybeats.asciidoc[]

include::./newbeat.asciidoc[]

include::./event-conventions.asciidoc[]
24 changes: 12 additions & 12 deletions libbeat/docs/communitybeats.asciidoc
Original file line number Diff line number Diff line change
@@ -1,9 +1,21 @@
//////////////////////////////////////////////////////////////////////////
//// This content appears in both the Beats Platform Reference and the
//// Beats Developer Guide.
//////////////////////////////////////////////////////////////////////////

[[community-beats]]
== Community Beats

The open source community has been hard at work developing new Beats. You can check
out some of them here.

Have a question about a community Beat? You can post questions and discuss issues in the
https://discuss.elastic.co/c/beats/community-beats[Community Beats] category of the Beats discussion forum.

Have you created a Beat that's not listed? If so, add the name and description of your Beat to the source document for
https://github.com/elastic/beats/blob/master/libbeat/docs/communitybeats.asciidoc[Community Beats] and https://help.github.com/articles/using-pull-requests[open a pull request] in the https://github.com/elastic/beats[Beats GitHub repository] to get your change merged. When you're ready, go ahead and https://discuss.elastic.co/c/annoucements[announce] your new Beat in the Elastic
discussion forum.

NOTE: Elastic provides no warranty or support for community-sourced Beats.

[horizontal]
@@ -62,15 +74,3 @@ https://github.com/cleesmith/unifiedbeat[unifiedbeat]:: Reads records from Unifi
network intrusion detection software and indexes the records in Elasticsearch.
https://github.com/mrkschan/uwsgibeat[uwsgibeat]:: Reads stats from uWSGI.
https://github.com/eskibars/wmibeat[wmibeat]:: Uses WMI to grab your favorite, configurable Windows metrics.

Have you created a Beat that's not listed? If so, add the name and description of your Beat to the source document for
https://github.com/elastic/beats/blob/master/libbeat/docs/communitybeats.asciidoc[Community Beats] and https://help.github.com/articles/using-pull-requests[open a pull request] in the https://github.com/elastic/beats[Beats GitHub repository] to get your change merged. When you're ready, go ahead and https://discuss.elastic.co/c/annoucements[announce] your new Beat in the Elastic
discussion forum.

[float]
[[getting-help-community-beats]]
=== Getting Help with Community Beats

Have a question about a community Beat? You can post questions and discuss issues in the
https://discuss.elastic.co/c/beats/community-beats[Community Beats] category of the Beats discussion forum.