graylog2-server
graylog2-server copied to clipboard
Free and open log management
## Description Geo-Location processor city and ASN database files can now be stored in an S3 bucket and pulled onto the Graylog server's filesystem automatically. These changes rely on the...
### Issue to be solved Data processed by pipeline rule function `key_value()` might contain spaces in the key portion. This makes the key data fail for set_fields() - example: `vpn...
## Description /jenkins-pr-deps Graylog2/graylog-plugin-enterprise#3901 ## Motivation and Context ## How Has This Been Tested? ## Screenshots (if appropriate): ## Types of changes - [ ] Bug fix (non-breaking change which...
## What? Messages currently only accept keys that are matching this regex: https://github.com/Graylog2/graylog2-server/blob/master/graylog2-server/src/main/java/org/graylog2/plugin/Message.java#L195 Anything else will be **silently** discarded This by itself is a separate problem. ## Why? Some logs...
## Expected Behavior When accepting a suggested value with the cursor inside a quotation marks-surrounded field value, the accepted value should completely replace the existing value in the quoted string....
When viewing a content pack's detail page (`/system/contentpacks/`), the versions are listed in the versions section of this page. The sorting appears to be ascii/text sorting rather than numerical sorting....
## What? Similar to #10720. Graylog should support current MongoDB versions. ## Why? Graylog currently only supports MongoDB versions up to 4.4. In the meantime, MongoDB versions 5.0 and 6.0...
After successful upgrade to 4.3.4 Graylog stopped parsing GeoIP data and ASN data. It was working just fine on 4.3.3. Confirmed on 2 different Graylog servers. GeoIP before: ``` vpn_ext_ip...
After upgrading to `4.3.1`, I noticed that the field names for geo-located-IPs have changed from : ``` src_city_name src_country_code src_geolocation ``` to : ``` src_geo_city src_geo_coordinates src_geo_country src_geo_country_iso src_geo_name src_geo_region...
## Expected Behavior No deserialization exceptions occur. ## Current Behavior After upgrading from ES 6.8.6 to 7.10.2 we've noticed a new exception that seems to be related to [`graylog-storage-elasticsearch7/src/main/java/org/graylog/storage/elasticsearch7/errors/Cause.java`](https://github.com/Graylog2/graylog2-server/blob/82fd660051e15e4afa3d2d110341aef25aa32d00/graylog-storage-elasticsearch7/src/main/java/org/graylog/storage/elasticsearch7/errors/Cause.java) and...