# Test your output data

## Overview

You can use this the **Syslog** Data Sink if you don't need to store or send your output events anywhere and you only want to test your data.

## Onum Setup

{% stepper %}
{% step %}
Log in to your Onum tenant and click **Data sinks > New Data sink**.
{% endstep %}

{% step %}
Double-click the **Syslog** Data Sink.
{% endstep %}

{% step %}
Configure it as required. Go to [this article](/the-workspace/data-sinks/data-sink-integrations/send-data-using-syslog.md) to learn more about the configuration of this Data Sink type.
{% endstep %}

{% step %}
In your Pipeline, add the configured **Syslog** Data Sink to the canvas and link it to the required Listener and Actions.
{% endstep %}

{% step %}
Now, double-click the Data Sink to open its configuration. Activate the **Passthrough** toggle and select Yes in the **Test mode** option.
{% endstep %}

{% step %}
**Save** the configuration.
{% endstep %}
{% endstepper %}

{% hint style="info" %}
You can use real or placeholder settings, both work fine in **Test mode**.
{% endhint %}


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.onum.com/the-workspace/data-sinks/data-sink-integrations/test-your-output-data.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
