Skip to content

Commit

Permalink
refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
kcreddy committed Apr 16, 2024
1 parent 2b5d114 commit c24d64c
Showing 1 changed file with 142 additions and 142 deletions.
284 changes: 142 additions & 142 deletions x-pack/filebeat/filebeat.reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1500,147 +1500,147 @@ filebeat.modules:
#var.password:

#------------------------------ Salesforce Module ------------------------------
# Configuration file for Salesforce module in Filebeat

# Common Configurations:
# - enabled: Set to true to enable ingestion of Salesforce module fileset
# - initial_interval: Initial interval for log collection. This setting determines the time period for which the logs will be initially collected when the ingestion process starts, i.e. 1d/h/m/s
# - api_version: API version for Salesforce, version should be greater than 46.0

# Authentication Configurations:
# User-Password Authentication:
# - enabled: Set to true to enable user-password authentication
# - client.id: Client ID for user-password authentication
# - client.secret: Client secret for user-password authentication
# - token_url: Token URL for user-password authentication
# - username: Username for user-password authentication
# - password: Password for user-password authentication

# JWT Authentication:
# - enabled: Set to true to enable JWT authentication
# - client.id: Client ID for JWT authentication
# - client.username: Username for JWT authentication
# - client.key_path: Path to client key for JWT authentication
# - url: Audience URL for JWT authentication

# Event Monitoring:
# - real_time: Set to true to enable real-time logging using object type data collection
# - real_time_interval: Interval for real-time logging

# Event Log File:
# - event_log_file: Set to true to enable event log file type data collection
# - elf_interval: Interval for event log file
# - log_file_interval: Interval type for log file collection, either Hourly or Daily

- module: salesforce

apex:
enabled: false
var.initial_interval: 1d
var.api_version: 56

var.authentication:
user_password_flow:
enabled: true
client.id: "<YourClientIdHere>"
client.secret: "<YourClientSecretHere>"
token_url: "<YourTokenURLHere>"
username: "<YourUsernameHere>"
password: "<YourPasswordHere>"
jwt_bearer_flow:
enabled: false
client.id: "<YourClientIdHere>"
client.username: "<YourClientUsernameHere>"
client.key_path: "<YourClientKeyPathHere>"
url: "https://login.salesforce.com"

var.url: "https://instance_id.my.salesforce.com"

var.event_log_file: true
var.elf_interval: 1h
var.log_file_interval: "Hourly"

login:
enabled: false
var.initial_interval: 1d
var.api_version: 56

var.authentication:
user_password_flow:
enabled: true
client.id: "<YourClientIdHere>"
client.secret: "client-secret"
token_url: "<YourTokenURLHere>"
username: "<YourUsernameHere>"
password: "<YourPasswordHere>"
jwt_bearer_flow:
enabled: false
client.id: "<YourClientIdHere>"
client.username: "<YourClientUsernameHere>"
client.key_path: "<YourClientKeyPathHere>"
url: "https://login.salesforce.com"

var.url: "https://instance_id.my.salesforce.com"

var.event_log_file: true
var.elf_interval: 1h
var.log_file_interval: "Hourly"

var.real_time: true
var.real_time_interval: 5m

logout:
enabled: false
var.initial_interval: 1d
var.api_version: 56

var.authentication:
user_password_flow:
enabled: true
client.id: "<YourClientIdHere>"
client.secret: "client-secret"
token_url: "<YourTokenURLHere>"
username: "<YourUsernameHere>"
password: "<YourPasswordHere>"
jwt_bearer_flow:
enabled: false
client.id: "<YourClientIdHere>"
client.username: "<YourClientUsernameHere>"
client.key_path: "<YourClientKeyPathHere>"
url: "https://login.salesforce.com"

var.url: "https://instance_id.my.salesforce.com"

var.event_log_file: true
var.elf_interval: 1h
var.log_file_interval: "Hourly"

var.real_time: true
var.real_time_interval: 5m

setupaudittrail:
enabled: false
var.initial_interval: 1d
var.api_version: 56

var.authentication:
user_password_flow:
enabled: true
client.id: "<YourClientIdHere>"
client.secret: "client-secret"
token_url: "<YourTokenURLHere>"
username: "<YourUsernameHere>"
password: "<YourPasswordHere>"
jwt_bearer_flow:
enabled: false
client.id: "<YourClientIdHere>"
client.username: "<YourClientUsernameHere>"
client.key_path: "<YourClientKeyPathHere>"
url: "https://login.salesforce.com"

var.url: "https://instance_id.my.salesforce.com"

var.real_time: true
# Configuration file for Salesforce module in Filebeat

# Common Configurations:
# - enabled: Set to true to enable ingestion of Salesforce module fileset
# - initial_interval: Initial interval for log collection. This setting determines the time period for which the logs will be initially collected when the ingestion process starts, i.e. 1d/h/m/s
# - api_version: API version for Salesforce, version should be greater than 46.0

# Authentication Configurations:
# User-Password Authentication:
# - enabled: Set to true to enable user-password authentication
# - client.id: Client ID for user-password authentication
# - client.secret: Client secret for user-password authentication
# - token_url: Token URL for user-password authentication
# - username: Username for user-password authentication
# - password: Password for user-password authentication

# JWT Authentication:
# - enabled: Set to true to enable JWT authentication
# - client.id: Client ID for JWT authentication
# - client.username: Username for JWT authentication
# - client.key_path: Path to client key for JWT authentication
# - url: Audience URL for JWT authentication

# Event Monitoring:
# - real_time: Set to true to enable real-time logging using object type data collection
# - real_time_interval: Interval for real-time logging

# Event Log File:
# - event_log_file: Set to true to enable event log file type data collection
# - elf_interval: Interval for event log file
# - log_file_interval: Interval type for log file collection, either Hourly or Daily

- module: salesforce

apex:
enabled: false
var.initial_interval: 1d
var.api_version: 56

var.authentication:
user_password_flow:
enabled: true
client.id: "<YourClientIdHere>"
client.secret: "<YourClientSecretHere>"
token_url: "<YourTokenURLHere>"
username: "<YourUsernameHere>"
password: "<YourPasswordHere>"
jwt_bearer_flow:
enabled: false
client.id: "<YourClientIdHere>"
client.username: "<YourClientUsernameHere>"
client.key_path: "<YourClientKeyPathHere>"
url: "https://login.salesforce.com"

var.url: "https://instance_id.my.salesforce.com"

var.event_log_file: true
var.elf_interval: 1h
var.log_file_interval: "Hourly"

login:
enabled: false
var.initial_interval: 1d
var.api_version: 56

var.authentication:
user_password_flow:
enabled: true
client.id: "<YourClientIdHere>"
client.secret: "client-secret"
token_url: "<YourTokenURLHere>"
username: "<YourUsernameHere>"
password: "<YourPasswordHere>"
jwt_bearer_flow:
enabled: false
client.id: "<YourClientIdHere>"
client.username: "<YourClientUsernameHere>"
client.key_path: "<YourClientKeyPathHere>"
url: "https://login.salesforce.com"

var.url: "https://instance_id.my.salesforce.com"

var.event_log_file: true
var.elf_interval: 1h
var.log_file_interval: "Hourly"

var.real_time: true
var.real_time_interval: 5m

logout:
enabled: false
var.initial_interval: 1d
var.api_version: 56

var.authentication:
user_password_flow:
enabled: true
client.id: "<YourClientIdHere>"
client.secret: "client-secret"
token_url: "<YourTokenURLHere>"
username: "<YourUsernameHere>"
password: "<YourPasswordHere>"
jwt_bearer_flow:
enabled: false
client.id: "<YourClientIdHere>"
client.username: "<YourClientUsernameHere>"
client.key_path: "<YourClientKeyPathHere>"
url: "https://login.salesforce.com"

var.url: "https://instance_id.my.salesforce.com"

var.event_log_file: true
var.elf_interval: 1h
var.log_file_interval: "Hourly"

var.real_time: true
var.real_time_interval: 5m

setupaudittrail:
enabled: false
var.initial_interval: 1d
var.api_version: 56

var.authentication:
user_password_flow:
enabled: true
client.id: "<YourClientIdHere>"
client.secret: "client-secret"
token_url: "<YourTokenURLHere>"
username: "<YourUsernameHere>"
password: "<YourPasswordHere>"
jwt_bearer_flow:
enabled: false
client.id: "<YourClientIdHere>"
client.username: "<YourClientUsernameHere>"
client.key_path: "<YourClientKeyPathHere>"
url: "https://login.salesforce.com"

var.url: "https://instance_id.my.salesforce.com"

var.real_time: true
var.real_time_interval: 5m
#----------------------------- Google Santa Module -----------------------------
- module: santa
Expand Down Expand Up @@ -2963,7 +2963,7 @@ filebeat.inputs:
# Number of goroutines to create to read from the subscription.
#subscription.num_goroutines: 1

# Maximum number of unprocessed messages to allow at any time.
# Maximum number of unprocessed messages to allow at any time.
# This must be at least queue.mem.flush.min_events to prevent input blockage.
#subscription.max_outstanding_messages: 1600

Expand Down

0 comments on commit c24d64c

Please sign in to comment.