Force a Collector's Name with Clobber
Each collector name must be unique. If you are installing a collector that would have the same name as an existing collector, the system automatically appends a 13-digit unix timestamp to the collector name. If you don't want to use the timestamp in a collector name, you can do either of the following:
- Specify a unique name for the collector. You can do so during installation, or by editing the collector configuration following installation. In Sumo, select Manage Data > Collection > Collection. Click Edit for the Collector.
- During installation, use the clobber option described in this topic to replace the existing collector with the one that you are installing.
Using the clobber flag deletes (clobbers) any existing collector with the same name, so make sure that is what you want to do. clobber is effective only before the new collector has been registered (activated) with Sumo Logic.
(Using Quiet Mode installation) To set the clobber flag via command line argument:
When starting the installer from the command line, pass the argument:
-Vclobber=true
Install the collector.
Verify that the generated
user.properties
file (under theconfig
directory) contains the propertyclobber=true
.
(Using the Binary Package) To set the clobber flag via user.properties or sumo.conf file:
Create the configuration file.
- (Collector version 19.137 and newer) Create and edit the
user.properties
file (in theconfig
directory of your Collector installation). - (Collector version 19.127 and older) Create and edit the
sumo.conf
(in the/etc/sumo.conf
directory on Mac or Linux; in theC:\sumo
directory on Windows).
- (Collector version 19.137 and newer) Create and edit the
Type
clobber=true
in the file, then save and close it.Start the collector.