Fixed:
- Regression fix: Handle missing index fields in payload. (#19249)
Removed:
- Remove support for Python 2. (#18580)
- Add functionality to not use
host
andport
tags in service checks (#18687)
Fixed:
- Bump the version of datadog-checks-base to 37.0.0 (#18617)
Changed:
- Bump minimum version of base check (#18733)
Added:
- Bump the python version from 3.11 to 3.12 (#18212)
Fixed:
- Update the description for the
tls_ca_cert
config option to useopenssl rehash
instead ofc_rehash
(#16981)
Added:
- Update the configuration file to include the new oauth options parameter (#16835)
Added:
- Bump the Python version from py3.9 to py3.11 (#15997)
Added:
- Support inflight_requests stats since v8 (#15259)
Fixed:
- Correct checking instance type of get data response (#15554)
- Avoid collecting template metrics on unsupported ES versions. (#15550)
Changed:
- Bump the minimum base check version (#15427)
Added:
- Update generated config models (#15212)
Fixed:
- Lower logging level if there's an error scraping the template endpoint to DEBUG (#15381)
- Fix types for generated config models (#15334)
Added:
Fixed:
- Catch only requests-related exceptions (#15089)
- Do not stop collecting metrics if the templates endpoint is not reachable (#15050)
- Bump Python version from py3.8 to py3.9 (#14701)
- Correctly compute the
templates.count
metric (#14636)
- [Fixed] Do not stop collecting metrics if the templates endpoint is not reachable (#15054)
Fixed:
- Correctly compute the
templates.count
metric (#14636)
Added:
- Add new ES metric for templates count (#14569)
- Allow disabling event submission (#14511)
- Add 2 index search stats metrics (#14507)
- Add indexing pressure metrics (#14466)
Fixed:
- Document that data_path in custom queries cannot contain wildcards (#14551)
- Improve description of config field (#14524)
- More metrics match metadata (#14506)
Added:
- Update HTTP config spec templates (#12890)
Added:
- Collect the count version of certain rate metrics (#12352)
Fixed:
- Update metrics (#11783)
Added:
- Add metric_patterns options to filter all metric submission by a list of regexes (#11695)
- Add new Elastic metric indexing-pressure (#10758)
Fixed:
- Remove outdated warning in the description for the
tls_ignore_warning
option (#11591)
Changed:
- Add tls_protocols_allowed option documentation (#11251)
Added:
- Add
pyproject.toml
file (#11344)
Fixed:
- Fix namespace packaging on Python 2 (#11532)
Fixed:
Changed:
- Add
server
default group for all monitor special cases (#10976)
Added:
- Bump base dependency (#11064)
- Add support for custom queries (#10894)
- Add detailed_index_stats parameter to pull index-level metrics (#10766)
Fixed:
- Add comment to autogenerated model files (#10945)
- Bump base package dependency (#10930)
- Lower log level for expected condition (#10825)
Added:
- Add HTTP option to control the size of streaming responses (#10183)
- Add allow_redirect option (#10160)
Fixed:
- Fix the description of the
allow_redirects
HTTP option (#10195)
Added:
Added:
- Use
display_default
as a fallback fordefault
when validating config models (#9739)
Fixed:
- Fix log line (#9621)
Added:
- Add .count monotonic_count metrics (#9354)
Added:
- Update version supported for Cat Allocation metrics (#9339)
Added:
- Add runtime configuration validation (#8911)
Fixed:
- Sync config models (#9168)
Changed:
- Normalize memory stats to mebibytes (#9128)
Added:
- Support Cat allocation metrics (#8861)
Added:
- Rename cluster_name tag to elastic_cluster (#8526)
Fixed:
Added:
- Add SLM metrics (#8335)
- Add index.health.reverse metric (#8362)
- Add additional node metrics to monitor cpu throttling (#8290) Thanks onurdialpad.
Fixed:
- Fix tags memory leak (#8213)
Added:
- Submit jvm.gc.collectors metrics as rate (#7924)
Fixed:
- Update check signature (#8114)
Added:
- Add ability to dynamically get authentication information (#7660)
- [doc] Add encoding in log config sample (#7708)
Fixed:
- Extra debug for missing metrics (#7673)
Added:
- Add RequestsWrapper option to support UTF-8 for basic auth (#7441)
Fixed:
- Update proxy section in conf.yaml (#7336)
Added:
- Include Node system stats (#6590)
Fixed:
- Update logs config service field to optional (#7209)
- DOCS-838 Template wording (#7038)
- Update ntlm_domain example (#7118)
Added:
Fixed:
- Fix template specs typos (#6912)
Added:
- Allow optional dependency installation for all checks (#6589)
Fixed:
- Remove logs sourcecategory (#6121)
Added:
Added:
- Add auth type to RequestsWrapper (#4708)
Added:
- Submit version metadata (#4724)
- Add external refresh metrics (#4554) Thanks clandry94.
- Add option to override KRB5CCNAME env var (#4578)
Fixed:
- Update class signature to support the RequestsWrapper (#4469)
Fixed:
- Add missing HTTP options to example config (#4129)
Added:
- Use the new RequestsWrapper for connecting to services (#4100)
Added:
- Adhere to code style (#3504)
Added:
- Support unicode for Python 3 bindings (#2869)
Added:
Fixed:
Added:
Fixed:
- Move metrics definition and logic into its own module (#2381)
Added:
- Added delayed_unassigned_shards metric (#2361)
- Added inflight_requests metrics (version 5.4 and later). (#2360)
Fixed:
- Move config parser to its own module (#2370)
Fixed:
- Add thread write queue to fix Elasticsearch 6.3.x compatibility (#1943)
- Add data files to the wheel package (#1727)
Added:
- Package
auto_conf.yaml
for appropriate integrations (#1664)
Fixed:
- [FIXED] Ensure base url path isn't removed when admin_forwarder is used (#1202)
Added:
- Hardcode the 9200 port in the Autodiscovery template (#1444)
- adds
index_stats
to collect index level metrics (#1312)
Added:
- Adds
admin_forwarder
option to keep URL intact when using forwarder (#1050) - Adds
cluster_name
tag to theelasticsearch.cluster_health
service check (#1038)
Fixed:
- Fixes bug that causes poor failovers when authentication fails (#1026)
Fixed:
- Fix missing fs metrics for elastic >= 5 (#997)
Added:
- adds
pshard_graceful_timeout
that will skip pshard_stats if TO (#463com//issues/463)
Fixed:
- get rid of pretty json (#893)
Added:
- Update auto_conf template to support agent 6 and 5.20+ (#860com//issues/860)
Added:
- Added more JVM metrics (#695com//issues/695)
- Add metric on the average time spent by tasks in the pending queue (#820com//issues/820)
Fixed:
- Fixes bug for retreiving indices count (#806com//issues/806)
Added:
- Add metric for index count (#617com//issues/617)
Added:
- adds elastic integration.