Docs
connector.conf
Configuration specifications for the 1Password connector.
CONNECTOR.CONF
Specifications
[auditevents://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
source = <source-name>
sourcetype = dataelicit/onepassword:1password
frequency = <seconds> Interval to run the input
cron = <cron-expression>
Note: Cron has higher priority and will be considered for scheduling instead of frequency, if both are defined.
It is preferable to define only one, either cron or frequency.
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1
[itemusages://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
source = <source-name>
sourcetype = dataelicit/onepassword:1password
frequency = <seconds> Interval to run the input
cron = <cron-expression>
Note: Cron has higher priority and will be considered for scheduling instead of frequency, if both are defined.
It is preferable to define only one, either cron or frequency.
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1
[signinattempts://<specify_name>]
host = <host-name>, Default is current system hostname
repo = <repository-name>
source = <source-name>
sourcetype = dataelicit/onepassword:1password
frequency = <seconds> Interval to run the input
cron = <cron-expression>
Note: Cron has higher priority and will be considered for scheduling instead of frequency, if both are defined.
It is preferable to define only one, either cron or frequency.
secret = <secret-stanza-name>
global = <global-stanza-name>
disabled = 0/1Example
[auditevents://auditevents] sourcetype = dataelicit/onepassword:1password frequency = 300 secret = 1pass global = 1pass [itemusages://itemusages] sourcetype = dataelicit/onepassword:1password cron = 0 0 * * * secret = 1pass global = 1pass [signinattempts://signinattempts] sourcetype = dataelicit/onepassword:1password frequency = 300 secret = 1pass global = 1pass
Note
Make sure that the stanza name you define in local/connector.conf is not already disabled in default/connector.conf, else it will get skipped.
✉️Still stuck? How can we help?
Updated on July 6, 2025
