---
id: view-download-source-json-configuration
title: View or Download Source JSON Configuration
description: View and copy the Source JSON configuration for a Collector or Source from from Sumo Logic.
slug: /help/docs/send-data/use-json-configure-sources/local-configuration-file-management/view-download-source-json-configuration/
canonical: https://www.sumologic.com/help/docs/send-data/use-json-configure-sources/local-configuration-file-management/view-download-source-json-configuration/
---
import useBaseUrl from '@docusaurus/useBaseUrl';
You can view and copy the Source JSON configuration for a Collector or Source from Sumo Logic:
* **Collectors**. The JSON file defines the set of Sources on the selected Collector.
* **Sources**. The JSON file defines a single Source to use when managing a folder of multiple Sources or when uploading a new Source using the API.
Source JSON configurations allow you to configure Sources or to store Source configurations as backups. See [Local Configuration File Management for Existing Collectors and Sources](existing-collectors-and-sources.md) for information on using JSON configuration files.
To view and download a JSON configuration file:
1. [**New UI**](/docs/get-started/sumo-logic-ui). In the Sumo Logic main menu select **Data Management**, and then under **Data Collection** select **Collection**. You can also click the **Go To...** menu at the top of the screen and select **Collection**.
[**Classic UI**](/docs/get-started/sumo-logic-ui-classic). In the main Sumo Logic menu, select **Manage Data > Collection > Collection**.
1. Click the icon to the right of the Collector. A dialog box opens to display the JSON configuration.
1. Click **Copy** to copy the JSON code to your clipboard. (If you use Safari as your browser, there is no direct copy option. You must select all of the text manually, then use the browser copy option to copy to the clipboard.)
1. Open a text editor and paste the JSON code into the file, where you can modify it as needed. Passwords for remote Sources are replaced with `"********"` since we do not expose passwords for security reasons. Change the `"********"` entry with your password so the Source can authenticate on a new Collector. The `cutoffTimestamp` option can be updated to use a Linux epoch timestamp to specify that resulting ingests do not capture legacy data that may exist on the server. To derive epoch timestamps from real dates and times, see the [Official Epoch Converter](https://www.epochconverter.com/).
1. Name the file **sources.json**, or another name that makes sense, and save the file to an accessible location.