-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
Macwifibeat is inserted into the community beats list. #8606
Conversation
Since this is a community submitted pull request, a Jenkins build has not been kicked off automatically. Can an Elastic organization member please verify the contents of this patch and then kick off a build manually? |
@bozdag Nice to see a bit for Wifi signals on OS X. I had a quick peak at the code and this could also work well as a Metricbeat module or Beat with a Metricbeat module : https://www.elastic.co/guide/en/beats/devguide/current/creating-metricbeat-module.html But your code is very simple at the moment so no need to change. |
* added reference to springboot2beat in community beats doc (#7988) * Update communitybeats.asciidoc (#8269) Removing Cassandrabeat, as a link to it results in a 404: https://github.com/goomzee/cassandrabeat * Add merakibeat in community beat listing (#8354) Meraki beat plugin enables user to collect wireless health and users location analytics data using Meraki API. Merabeat plugin also have sample docker-compose to enable setup pipeline with beats, elastic and kibana dashboard. * Update communitybeats.asciidoc (#8439) Add statsdbeat * Add envoyproxybeat to the community beats (#8595) * Macwifibeat is inserted into the community beats list. (#8606)
* added reference to springboot2beat in community beats doc (#7988) * Update communitybeats.asciidoc (#8269) Removing Cassandrabeat, as a link to it results in a 404: https://github.com/goomzee/cassandrabeat * Add merakibeat in community beat listing (#8354) Meraki beat plugin enables user to collect wireless health and users location analytics data using Meraki API. Merabeat plugin also have sample docker-compose to enable setup pipeline with beats, elastic and kibana dashboard. * Update communitybeats.asciidoc (#8439) Add statsdbeat * Add envoyproxybeat to the community beats (#8595) * Macwifibeat is inserted into the community beats list. (#8606)
* added reference to springboot2beat in community beats doc (elastic#7988) * Update communitybeats.asciidoc (elastic#8269) Removing Cassandrabeat, as a link to it results in a 404: https://github.com/goomzee/cassandrabeat * Add merakibeat in community beat listing (elastic#8354) Meraki beat plugin enables user to collect wireless health and users location analytics data using Meraki API. Merabeat plugin also have sample docker-compose to enable setup pipeline with beats, elastic and kibana dashboard. * Update communitybeats.asciidoc (elastic#8439) Add statsdbeat * Add envoyproxybeat to the community beats (elastic#8595) * Macwifibeat is inserted into the community beats list. (elastic#8606)
* added reference to springboot2beat in community beats doc (elastic#7988) * Update communitybeats.asciidoc (elastic#8269) Removing Cassandrabeat, as a link to it results in a 404: https://github.com/goomzee/cassandrabeat * Add merakibeat in community beat listing (elastic#8354) Meraki beat plugin enables user to collect wireless health and users location analytics data using Meraki API. Merabeat plugin also have sample docker-compose to enable setup pipeline with beats, elastic and kibana dashboard. * Update communitybeats.asciidoc (elastic#8439) Add statsdbeat * Add envoyproxybeat to the community beats (elastic#8595) * Macwifibeat is inserted into the community beats list. (elastic#8606)
Macwifibeat is a beat to gather Wifi signal strength indicators from a MacOS computer. The indicators are
RSSI
,noise
,tx rate
andssid
of the wireless area network.