--- id: best-practices title: Best Practices for Data Collection sidebar_label: Best Practices description: Best practices for creating a naming convention for good Source Category values and choosing the right installed data collector for your environment. slug: /help/docs/send-data/best-practices/ canonical: https://www.sumologic.com/help/docs/send-data/best-practices/ --- import Iframe from 'react-iframe'; ## Good and Bad Source Categories Setting Source Category values (`_sourceCategory`), especially for a small set of Sources, may seem trivial at first. However, using the [proper naming convention](/docs/send-data/reference-information/metadata-naming-conventions) to create good Source Category values is important for the correct scale and performance of your Sumo Logic deployment in the long term. This topic discusses some best practices around creating good Source Category values. Source Categories help you: * Define the scope of searches. * Index and partition your data. * Control who sees what data through RBAC. The recommended `_sourceCategory` naming convention is: * **component1/component2/component3...** Begin with the least descriptive, highest-level grouping, and get more descriptive with each component. The full value will describe the subset of data in detail. For example, assume you have several different Firewall appliances: ASA and FWSM from Cisco, and 7050 from Palo Alto Networks. In addition, you also have a Cisco router, 800 series. Following the naming convention described previously, you could set the following _sourceCategory values (instead of simply using “FWSM”, “ASA”, etc.): * Networking/Firewall/Cisco/FWSM * Networking/Firewall/Cisco/ASA * Networking/Firewall/PAN/7050 * Networking/Router/Cisco/800 While the components at the beginning of the value do not add any obvious value, they do provide a high-level grouping of this data. This allows us to fulfill the three purposes of Source Categories. :::training Micro Lesson