The Intake Catalog Server takes one or more catalog files as input and makes them available on port 5000
by default.
positionalarguments:FILE name of the catalog YAML file.
optionalarguments:-h, --help
show this help message and exit.
-pPORT, --portPORT
port number for server to listen on.
--list-entries
list catalog entries at startup.
--sys-exit-on-sigterm
internal flag used during unit testing to ensure that the .coverage file is written.
--flatten
specify that all datasources are merged in a single namespace.
--no-flatten
make sure each file becomes a sub-catalog.
--ttlTTL
time-to-live, how long before the given entity is considered to have expired, usually in seconds.
-aADDRESS, --addressADDRESS
address to use as a host, defaults to the address in the configuration file, if provided,
otherwise localhost.