---
title: "storage.synology"
canonical: "https://docs.devo.com/space/latest/365985933/storage.synology"
format: markdown
---
> Macro (toc)

## Introduction

The tags beginning with `storage.synology` identify events generated by DSM (DiskStation Manager) belonging to [Synology](https://www.synology.com/en-uk).

## Valid tags and data tables 

The full tag must have 4 levels. The first two are fixed as** **`storage.synology`. The third level indicates the product. The fourth level identifies the type of events sent. 

These are the valid tags and corresponding data tables that will receive the parsers' data:

| **Product / Service** | **Tags** | **Data tables** |
| --- | --- | --- |
| DSM (DiskStation Manager) | `storage.synology.dsm.connection` | `storage.synology.dsm.connection` |
| `storage.synology.dsm.events` | `storage.synology.dsm.events` |
| `storage.synology.dsm.system` | `storage.synology.dsm.system` |

For more information, read more [About Devo tags](https://devodocs.atlassian.net/wiki/spaces/latest/pages/95126204).

## Send it

Data should be sent using the [relay](https://docs.devo.com/space/latest/96468993/Devo+Relay).

### Example [relay rules](https://docs.devo.com/space/latest/96469377/Defining+a+relay+rule)

```
         Source message: 
            Source data: 
             Source tag: 
             Target tag: storage.synology.dsm.events
Sent without syslog tag: false
        Stop processing: false
```

```
         Source message: 
            Source data: 
             Source tag: 
             Target tag: storage.synology.dsm.connection
Sent without syslog tag: true
        Stop processing: true
```

## Table structure

These are the fields displayed in these tables:

- [storage.synology.dsm.connection](https://docs.devo.com/space/latest/365985933#storage.synology.dsm.connection)
- [storage.synology.dsm.events](https://docs.devo.com/space/latest/365985933#storage.synology.dsm.events)
- [storage.synology.dsm.system](https://docs.devo.com/space/latest/365985933#storage.synology.dsm.system)

### storage.synology.dsm.connection

| **Field** | **Type** | ***Extra***** fields** |
| --- | --- | --- |
| *eventdate* | `timestamp` |  |
| *embLevel* | `str` |  |
| *hostchain* | `str` |  |
| *log* | `str` |  |
| *category* | `str` |  |
| *user* | `str` |  |
| *srcIP* | `ip4` |  |
| *source_hostname* | `str` |  |
| *message* | `str` |  |
| *tag* | `str` | **✓** |
| *rawMessage* | `str` | **✓** |

### storage.synology.dsm.events

| **Field** | **Type** | ***Extra***** fields** |
| --- | --- | --- |
| *eventdate* | `timestamp` | no |
| *embLevel* | `str` | no |
| *hostchain* | `str` | no |
| *log* | `str` | no |
| *message* | `str` | no |
| *tag* | `str` | **✓** |
| *rawMessage* | `str` | **✓** |

### storage.synology.dsm.system

| **Field** | **Type** | ***Extra***** fields** |
| --- | --- | --- |
| *eventdate* | `timestamp` |  |
| *embLevel* | `str` |  |
| *hostchain* | `str` |  |
| *log* | `str` |  |
| *category* | `str` |  |
| *user* | `str` |  |
| *app* | `str` |  |
| *message* | `str` |  |
| *tag* | `str` | **✓** |
| *rawMessage* | `str` | **✓** |