---
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: 316
product: Flux
version: v0
---

# monitor.log() function

-   Flux 0.39.0+
-   View 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 (`<-`).
