-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
36 lines (28 loc) · 951 Bytes
/
Copy path.env.example
File metadata and controls
36 lines (28 loc) · 951 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Environment variables for DataPulse
# Copy this to .env and fill in your values
# Elasticsearch Configuration
ES_HOST=http://elasticsearch:9200
ES_API_KEY=
# Agent URLs (internal cluster)
ANALYST_URL=http://analyst:8000
RESOLVER_URL=http://resolver:8000
API_GATEWAY_URL=http://api-gateway:8000
# Slack Integration
SLACK_WEBHOOK_URL=
SLACK_BOT_TOKEN=
SLACK_CHANNEL=#incident-alerts
# Jira Integration
JIRA_BASE_URL=https://yourcompany.atlassian.net
JIRA_EMAIL=
JIRA_API_TOKEN=
JIRA_PROJECT_KEY=OPS
# Elastic Agent Builder (REQUIRED for hackathon)
# Get from: Elastic Cloud Console > Kibana > Copy URL
KIBANA_URL=https://your-cluster.kb.us-east-1.aws.found.io:9243
# Generate API Key: Kibana > Stack Management > API Keys > Create API Key
# Required privileges: manage_agent_builder, read, write
ELASTIC_API_KEY=
# Agent ID to use (matches the agent created in Agent Builder UI)
ELASTIC_AGENT_ID=incident-investigator
# Logging
LOG_LEVEL=INFO