Skip to content

Commit

Permalink
Improve support for log_statement and log_duration in PostgreSQL modu…
Browse files Browse the repository at this point in the history
…le (elastic#24607)

Provide a better experience with a variety of logging settings:
* Pipeline parses statement durations when statement is not included in the log line.
* Pipeline parses statements when duration is not included in the log line.
* Query duration dashboard partially works now when events include
  durations but no statements.
* Queries in dashboards filter per `event.dataset: postgresql.log` for better performance.
  • Loading branch information
jsoriano authored Mar 30, 2021
1 parent a48eb6a commit d00dd45
Show file tree
Hide file tree
Showing 8 changed files with 6,783 additions and 616 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.next.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -805,6 +805,7 @@ https://github.com/elastic/beats/compare/v7.0.0-alpha2...master[Check the HEAD d
- Mark m365 defender, defender atp, okta and google workspace modules as GA {pull}23113[23113]
- Added `alternative_host` option to google pubsub input {pull}23215[23215]
- Support X-Forwarder-For in IIS logs. {pull}19142[192142]
- Add support for logs generated by servers configured with `log_statement` and `log_duration` in PostgreSQL module. {pull}24607[24607]
- Updating field mappings for Cisco AMP module, fixing certain fields. {pull}24661[24661]
- Added NTP fileset to Zeek module {pull}24224[24224]
- Add `proxy_url` config for httpjson v2 input. {issue}24615[24615] {pull}24662[24662]
Expand Down
Loading

0 comments on commit d00dd45

Please sign in to comment.