* truncates htmlpart to something ES can handle
* adding comments to code and checking if values exist per @arcrose's suggestion
* removing whitespace
* adds a constnat and adds description for the ES_FIELD_LIMIT_VALUE constant.
* reverting check for details.requestparameters.htmlpart edit
* fixing whitespace
* fixing whitespace
* truncates htmlpart to something ES can handle
* adding comments to code and checking if values exist per @arcrose's suggestion
* removing whitespace
* adds a constnat and adds description for the ES_FIELD_LIMIT_VALUE constant.
* remove dots from the start or end of a key
* updating the comment text
* re-envisioned code per @pwnbus' suggestion
* addressing review comments
* adds logic to check for null keys
* Write some new test cases that break the current implementation of the ldap_fixup email parser
* Tweak tests to break as expected
* Fix breaking test cases
* Add example from input that caused failure
* Split actor strings on spaces and on commas
* Have the ldap_fixup mq plugin parse the email and username out of an actor string and add them to ldap events
* Set email and username to none when not parsed out of details.actor
* Have the ldapGroupModify alert aggregate on the new details.email field
* Wildcards around member
* Shorten line > 80 characters
* Import syntax fix
* remove empty start time keys, or assume value
* adding new test case for multiple empty start fields
* updating summary of test
* updating zoom_fixup.py to correct parsing errors.
* 'master' of https://github.com/mozilla/mozdef: (247 commits)
Export mongo in docker tests
Add a mongoclient to RestTestSuite instances and write a test to make sure that using it works
Add mongohost to rest conf
Run mongodb as an external resource for testing
Fixup ssh access alert to consider pid beginning of summary
Modify update geolocation script to require credentials and not run by default
Add steps to pull docker images from docker hub to install docs
Update kibana setup script to no longer need kibana version
Make data directory in initial setup docs
Make cronic command executable
Fixup mozdef and external service categories
Modify mozdef services landing page title
Add steps to enable management plugin in rabbitmq install docs
Update cron manual installation docs
Tune up manual service installation docs
Tune up external manual service installation docs
Add logger command to manual installation docs
Add user execute to esCacheMaint script
Update restapi and loginput to verify service is working
Update manual installation format of docs
...