---
title: monitor.log() function
description: monitor.log() persists notification events to an InfluxDB bucket.
url: https://docs.influxdata.com/flux/v0/stdlib/influxdata/influxdb/monitor/log/
estimated_tokens: 91
product: Flux
version: v0
publisher: InfluxData
canonical: https://docs.influxdata.com/flux/v0/stdlib/influxdata/influxdb/monitor/log/
date: '2024-04-08T16:01:02-06:00'
lastmod: '2024-04-08T16:01:02-06:00'
---

* Flux 0.39.0+

InfluxDB support

`monitor.log()` persists notification events to an InfluxDB bucket.

##### Function type signature

```js
(<-tables: stream[A]) => stream[A] where A: Record
```

For more information, see [Function type signatures](/flux/v0/function-type-signatures/).

## Parameters

### tables

Input data. Default is piped-forward data (`<-`).
