-
Notifications
You must be signed in to change notification settings - Fork 12
/
mkdocs.yml
514 lines (509 loc) · 24.9 KB
/
mkdocs.yml
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
strict: true
site_name: Sematext Documentation
site_url: https://sematext.com/docs/
pages:
- Getting Started: index.md
- User Guide:
- What is an App?: guide/app-guide.md
- Pricing Guide: guide/pricing-guide.md
- What is a Report?: guide/reports-guide.md
- Features in This Screen Flyout: guide/features-in-this-screen.md
- Integrations Guide: guide/integrations-guide.md
# - Logs Guide: guide/logs-guide.md
# - Monitoring Guide: guide/monitoring-guide.md
- Alerts Guide: guide/alerts-guide.md
- Events Guide: guide/events-guide.md
# - Dashboards Guide: guide/dashboards-guide.md
- Connected Apps: guide/connected-apps.md
- Split Screen: guide/split-screen.md
- Saved Views: guide/saved-views.md
- Scheduled Reports: guide/scheduled-reports.md
- Fleet and Discovery:
- Overview: fleet/index.md
- Fleet: fleet/fleet.md
- Discovery: fleet/discovery.md
- Logs:
- Overview: logs/index.md
- Quick Start: logs/quick-start.md
- Discovery:
- Overview: logs/discovery/intro.md
- Setup: logs/discovery/setup.md
- Control Plane: logs/discovery/control-plane.md
- Shipping Log Files: logs/discovery/tailing-log-files.md
- Shipping Containers Logs: logs/discovery/tailing-containers.md
- Shipping Kubernetes Logs: logs/discovery/tailing-k8s-logs.md
- Shipping Journald Logs: logs/discovery/tailing-journald-logs.md
- Settings: logs/settings.md
- Reports & Components: logs/reports-and-components.md
- Logs Terminal View: logs/logs-terminal-view.md
- Logs Table Quick Actions: logs/logs-table-quick-actions.md
- Shipping Logs:
- Overview: logs/sending-log-events.md
- Using Elasticsearch API: logs/index-events-via-elasticsearch-api.md
- Syslog:
- Overview: logs/syslog.md
- JSON Messages over Syslog: logs/json-messages-over-syslog.md
- rsyslog: logs/rsyslog.md
- syslogd: logs/syslogd.md
- syslog-ng: logs/syslog-ng.md
- Authorizing IPs for Syslog: logs/authorizing-ips-for-syslog.md
- JSON: logs/json.md
- How to Forward Logs from Datadog: logs/datadog-log-forwarding.md
- Searching Logs:
- Overview: logs/searching-log-events.md
- Search Syntax: logs/search-syntax.md
- Using Elasticsearch API: logs/search-through-the-elasticsearch-api.md
- Context View: logs/context-view.md
- Correlating Logs: logs/correlation.md
- Logs Archiving: logs/archiving.md
- Fields: logs/fields.md
- Field Types: logs/field-types.md
- Supported Date Formats: logs/supported-date-formats.md
- Mappings and Templates: logs/mappings-templates.md
- Pipelines:
- Overview: logs/pipelines.md
- Processors:
- Overview: logs/processors-overview.md
- Flattener processor: logs/flattener-processor.md
- Field Extractor Processor: logs/field-extractor-processor.md
- Field Masking Processor: logs/field-masking-processor.md
- Script Field Processor: logs/script-field-processor.md
- Sampling Processor: logs/sampling-processor.md
- Handling Sensitive Data: logs/handle-sensitive-data-with-pipelines.md
- Too many fields in the index: logs/too-many-fields-in-index.md
- Reducing Log Monitoring Costs: logs/reduce-costs-with-pipelines.md
- Plan Recommendations: logs/plan-recommendations.md
- Logs Usage Screen: logs/logs-usage-screen.md
- Extracting Fields & Metrics from Logs: logs/extracting-metrics-and-insights-from-logs.md
- Changelog: changelog.md
- FAQ: logs/faq.md
- Monitoring:
- Overview: monitoring/index.md
- Quick Start: monitoring/quick-start.md
- Infrastructure Monitoring:
- Overview: monitoring/infrastructure.md
- Servers: monitoring/servers.md
- Containers: monitoring/containers.md
- Kubernetes: monitoring/kubernetes.md
- Inventory: monitoring/inventory.md
- Processes: monitoring/processes.md
- Service Monitoring:
- Overview: monitoring/service-monitoring.md
- Service Discovery: monitoring/autodiscovery.md
- Settings: monitoring/settings.md
- Reports & Components: monitoring/reports-and-components.md
- Correlating Metrics: monitoring/correlation.md
- Tags: monitoring/tags.md
- Custom Metrics: monitoring/custom-metrics.md
- Changelog: changelog.md
- FAQ: monitoring/spm-faq.md
- Experience:
- Overview: experience/index.md
- Getting Started: experience/getting-started.md
- URL Groups: experience/url-groups.md
- Configure Apdex: experience/configure-requirements.md
- User Satisfaction: experience/user-satisfaction.md
- Performance Measurements: experience/measurements.md
- User Identification: experience/user-identification.md
- Tags: experience/tags.md
- Resource Timing: experience/resources.md
- Timing Breakdown: experience/breakdown.md
- Long Tasks: experience/longtasks.md
- Element Timing: experience/element-timing.md
- Web Vitals: experience/webvitals.md
- Browser Memory: experience/browser-memory.md
- Integrations: experience/integrations.md
- Browser SDK: agents/browser.md
- Sampling: experience/sampling.md
- Weekly Health Reports: experience/weekly-health-reports.md
- Correlating User Experience: experience/correlation.md
- Changelog: changelog.md
- FAQ: experience/faq.md
- Synthetics:
- Overview: synthetics/index.md
- Getting Started: synthetics/getting-started.md
- HTTP Monitor: synthetics/http-monitor.md
- Browser Monitor: synthetics/browser-monitor.md
- User Journey Scripts:
- Overview: synthetics/user-journey-scripts/overview.md
- Syncing with GitHub: synthetics/user-journey-scripts/syncing-with-github.md
- Handling Sensitive Data: synthetics/user-journey-scripts/sensitive-data.md
- Track individual URL timings: synthetics/user-journey-scripts/track-individual-url-timings.md
- Examples: synthetics/user-journey-scripts/examples.md
- Troubleshooting: synthetics/user-journey-scripts/troubleshooting.md
- SSL Certificate Monitoring: synthetics/ssl-certificate-monitoring.md
- CI/CD Integration:
- Overview: synthetics/ci-cd/overview.md
- Jenkins: synthetics/ci-cd/jenkins.md
- Travis CI: synthetics/ci-cd/travis-ci.md
- Circle CI: synthetics/ci-cd/circle-ci.md
- GitHub Actions: synthetics/ci-cd/github-actions.md
- Bitbucket Pipelines: synthetics/ci-cd/bitbucket-pipelines.md
- GitLab CI/CD: synthetics/ci-cd/gitlab-ci-cd.md
- Vercel: synthetics/ci-cd/vercel.md
- Netlify: synthetics/ci-cd/netlify.md
- Status Pages: synthetics/status-pages.md
- Private Locations: synthetics/private-locations.md
- Scheduled Monitor Pauses: synthetics/scheduled-pauses.md
- Response Codes: synthetics/response-codes.md
- Metrics: synthetics/metrics.md
- Correlating: synthetics/correlation.md
- Root Cause Discovery:
- Overview: synthetics/root-cause-discovery/overview.md
- Request ID for Troubleshooting: synthetics/root-cause-discovery/root-cause-discovery-with-request-id.md
- Using the API: synthetics/using-the-api.md
- Creative Use Cases: synthetics/use-cases.md
- Changelog: changelog.md
- FAQ: synthetics/faq.md
- Integrations:
- Overview: integration/index.md
- Servers, Containers & Orchestration:
- Infra: integration/infra.md
- Kubernetes: integration/kubernetes.md
- Kubernetes Audit: integration/kubernetes-audit-integration.md
- Linux: integration/linux.md
- Linux Journald: integration/journald-integration.md
- Windows:
- Overview: integration/windows.md
- Configuring Logs Collection: integration/configuring-windows-agent.md
- How to Enable Security Logs: integration/how-to-enable-windows-security-logs.md
- Web & Application Servers:
- Apache: integration/apache-integration.md
- HAProxy: integration/haproxy.md
- Nginx: integration/nginx-integration.md
- Nginx Plus: integration/nginxplus.md
- Tomcat: integration/tomcat.md
- Varnish Cache: integration/varnishcache-integration.md
- Databases & Data Stores:
- Elasticsearch: integration/elasticsearch-integration.md
- Cassandra: integration/cassandra.md
- ClickHouse: integration/clickhouse.md
- Couchbase: integration/couchbase.md
- HBase: integration/hbase.md
- MongoDB: integration/mongodb.md
- MySQL: integration/mysql-integration.md
- Opensearch: integration/opensearch-integration.md
- PostgreSQL: integration/postgresql-integration.md
- Redis: integration/redis.md
- Solr: integration/solr-integration.md
- SolrCloud: integration/solrcloud.md
- Big Data & Messaging:
- Hadoop: integration/hadoop.md
- Kafka: integration/kafka.md
- RabbitMQ: integration/rabbitmq-integration.md
- Spark: integration/spark.md
- Storm: integration/storm.md
- ZooKeeper: integration/zookeeper.md
- Programming Languages & Frameworks:
- Akka: integration/akka.md
- Express.js: integration/express.js.md
- JVM: integration/jvm-integration.md
- Node.js: integration/node.js.md
- PHP: integration/php.md
- CI/CD Tools:
- GitHub Webhook Events: integration/github-webhook-events-integration.md
- Jenkins: integration/jenkins.md
- Terraform: integration/terraform.md
- Synthetics for CI/CD:
- Overview: synthetics/ci-cd/overview.md
- Jenkins: synthetics/ci-cd/jenkins.md
- Travis CI: synthetics/ci-cd/travis-ci.md
- Circle CI: synthetics/ci-cd/circle-ci.md
- GitHub Actions: synthetics/ci-cd/github-actions.md
- Bitbucket Pipelines: synthetics/ci-cd/bitbucket-pipelines.md
- GitLab CI/CD: synthetics/ci-cd/gitlab-ci-cd.md
- Vercel: synthetics/ci-cd/vercel.md
- Netlify: synthetics/ci-cd/netlify.md
- Cloud Services:
- AWS: integration/aws.md
- AWS ECS: integration/aws-ecs-logs.md
- AWS CloudWatch: integration/aws-cw.md
- AWS Lambda: integration/aws-lambda.md
- AWS S3: integration/aws-s3.md
- IBM Cloud Kubernetes Logs: integration/ibm-cloud-kubernetes-logs.md
- Generic & System Logs:
- Generic Logs: integration/generic-logs-integration.md
- Syslog:
- Overview: logs/syslog.md
- JSON Messages over Syslog: logs/json-messages-over-syslog.md
- rsyslog: logs/rsyslog.md
- syslogd: logs/syslogd.md
- syslog-ng: logs/syslog-ng.md
- Authorizing IPs for Syslog: logs/authorizing-ips-for-syslog.md
- JSON: logs/json.md
- Frontend & User Experience:
- Angular: experience/integrations.md
- Ember: experience/integrations.md
- Google Tag Manager: experience/integrations.md
- Micro Frontend: experience/integrations.md
- Next.js: experience/integrations.md
- React: experience/integrations.md
- Server-side Rendered Websites: experience/integrations.md
- Static Websites: experience/integrations.md
- Vercel Experience: experience/integrations.md
- Vercel Synthetics: integration/vercel-synthetics-integration.md
- Vercel Logs: integration/vercel-logs-integration.md
- Vue.js: experience/integrations.md
- Wordpress: experience/integrations.md
- Mobile Apps:
- Mobile Apps Logs: integration/mobile-apps-logs.md
- Notification Hooks:
- AlertOps: integration/alerts-alertops-integration.md
- Big Panda: integration/alerts-bigpanda-integration.md
- Custom Webhooks: integration/alerts-webhooks-integration.md
- Custom Params: integration/alerts-webhooks-custom-params.md
- Email: integration/alerts-email-integration.md
- Google Chat: integration/alerts-googlechat-integration.md
- HipChat: integration/alerts-hipchat-integration.md
- Nagios: integration/alerts-nagios-integration.md
- OpsGenie: integration/alerts-opsgenie-integration.md
- PagerDuty: integration/alerts-pagerduty-integration.md
- Pushover: integration/alerts-pushover-integration.md
- ServiceNow: integration/alerts-servicenow-integration.md
- SIGNL4: integration/alerts-signl4-integration.md
- Slack: integration/alerts-slack-integration.md
- SMS/text: integration/alerts-sms-integration.md
- Spike.sh: integration/alerts-spikesh-integration.md
- Squadcast: integration/alerts-squadcast-integration.md
- Teams: integration/alerts-microsoft-teams-integration.md
- Telegram: integration/alerts-telegram-integration.md
- Twilio: integration/alerts-twilio-integration.md
- VictorOps: integration/alerts-victorops-integration.md
- Zapier: integration/alerts-zapier-integration.md
- Alerts:
- Overview: alerts/index.md
- Alert Rules:
- Overview: alerts/alert-rules.md
- Creating Logs Alerts: alerts/creating-logs-alerts.md
- Creating Metrics Alerts: alerts/creating-metrics-alerts.md
- Creating Heartbeat Alerts: alerts/creating-heartbeat-alerts.md
- Creating Experience Alerts: alerts/creating-experience-alerts.md
- Creating Synthetics Alerts: alerts/creating-synthetics-alerts.md
- Alert Scheduling: alerts/alert-scheduling.md
- Default Alert Rules: alerts/default-alerts.md
- Alert Events: alerts/alert-events.md
- Alert Notifications:
- Alert Notification Hooks: alerts/alert-notifications.md
- Account-default Hooks: alerts/account-default-hooks.md
- Alert Recipients: alerts/alert-recipients.md
- Events:
- Overview: events/index.md
- Examples: events/event-examples.md
- Adding Events: events/adding.md
- Viewing Events: events/timeline.md
- Correlating Events: events/correlation.md
- API: events/event-api.md
- Dashboards:
- Overview: dashboards/index.md
- Quick Start: dashboards/quick-start.md
- Reports and Components: dashboards/reports-and-components.md
- Chart Builder: dashboards/chart-builder.md
- Components:
- Overview: dashboards/components-overview.md
- Time Series Chart: dashboards/time-series-chart.md
- Bar, Pie, and Donut Charts: dashboards/bar-pie-donut-chart.md
- Data Table: dashboards/data-table-component.md
- Numeric Component: dashboards/numeric-component.md
- Heatmap: dashboards/heatmap.md
- Heatbar: dashboards/heatbar.md
- Geo map: dashboards/geomap.md
- Markdown: dashboards/markdown.md
- Report Variables: dashboards/report-variables.md
- Color Guidelines: dashboards/color-guidelines.md
- Tags:
- Overview: tags/index.md
- Custom Tags: tags/custom-tags.md
- Common Schema: tags/common-schema.md
- Team:
- Overview: team/index.md
- Account Members: team/account-members.md
- App Guests: team/app-guests.md
- Transfer Apps: team/transfer-apps.md
- User Roles: team/user-roles.md
- Agents:
- Overview: agents/index.md
- Sematext Agent:
- Overview: agents/sematext-agent/index.md
- Release Notes: agents/sematext-agent/releasenotes.md
- Platform Support Policy: agents/sematext-agent/platform-support-policy.md
- Installation:
- Overview: agents/sematext-agent/installation.md
- Linux: agents/sematext-agent/linux-installation.md
- Windows: agents/sematext-agent/windows-installation.md
- Docker: agents/sematext-agent/containers/installation.md
- Kubernetes:
- Installation: agents/sematext-agent/kubernetes/installation.md
- Helm Chart: agents/sematext-agent/kubernetes/helm.md
- Operator: agents/sematext-agent/kubernetes/operator.md
- Ansible: agents/sematext-agent/ansible.md
- Permission requirements: agents/sematext-agent/permission-requirements.md
- Starting/stopping: agents/sematext-agent/starting-stopping.md
- Shipping Custom Logs: agents/sematext-agent/custom-logs.md
- OS Metrics: agents/sematext-agent/os-metrics.md
- App Agent:
- Overview: agents/sematext-agent/app-agent/index.md
- Embedded Mode: agents/sematext-agent/app-agent/spm-monitor-javaagent.md
- Standalone Mode: agents/sematext-agent/app-agent/spm-monitor-standalone.md
- Switching Modes: agents/sematext-agent/app-agent/spm-monitor-switching-modes.md
- Containers:
- Configuration: agents/sematext-agent/containers/configuration.md
- Metrics: agents/sematext-agent/containers/metrics.md
- Metadata: agents/sematext-agent/containers/metadata.md
- Events: agents/sematext-agent/containers/events.md
- JMX Monitoring: monitoring/manually-setting-jmx-containers.md
- Kubernetes:
- Configuration: agents/sematext-agent/kubernetes/configuration.md
- Metrics: agents/sematext-agent/kubernetes/metrics.md
- Event Configuration: agents/sematext-agent/kubernetes/events.md
- HostNetwork: agents/sematext-agent/kubernetes/hostnetwork.md
- Processes:
- Configuration: agents/sematext-agent/processes/configuration.md
- Metrics: agents/sematext-agent/processes/metrics.md
- Metadata: agents/sematext-agent/processes/metadata.md
- Sensitive Data: agents/sematext-agent/processes/sensitive-data.md
- Packages:
- Configuration: agents/sematext-agent/packages/configuration.md
- Data: agents/sematext-agent/packages/data.md
- Service Discovery:
- Overview: agents/sematext-agent/autodisco/index.md
- Removing stale resources: agents/sematext-agent/autodisco/removing-stale-resources.md
- JMX Attaching: agents/sematext-agent/jmx-attaching.md
- MySQL driver: agents/sematext-agent/autodisco/mysql-driver.md
- Credential sets: agents/sematext-agent/autodisco/credential-sets.md
- Resource limits: agents/sematext-agent/autodisco/resource-limits.md
- Events: agents/sematext-agent/events.md
- Troubleshooting: agents/sematext-agent/agent-troubleshooting.md
- Node.js Agent: agents/node-agent.md
- Logagent:
- Overview: logagent/index.md
- Installation:
- Linux: logagent/installation.md
- Docker: logagent/installation-docker.md
- Kubernetes: logagent/installation-kubernetes.md
- Helm: logagent/installation-helm.md
- Mac: logagent/installation-mac.md
- Windows: logagent/installation-windows.md
- Heroku: logagent/installation-heroku.md
- Usage:
- Configuration File: logagent/config-file.md
- Command Line Parameters: logagent/cli-parameters.md
- Container Configuration Parameters: logagent/container-config-parameters.md
- Container Configuration Manual: logagent/container-config-manual.md
- Log Parser Patterns: logagent/parser.md
- Monitoring: logagent/monitoring.md
- Plugins:
- Overview: logagent/plugins.md
- About filters: logagent/filters.md
- Input Filter:
- Grep input filter: logagent/input-filter-grep.md
- Grok input filter: logagent/input-filter-grok.md
- Kubernetes cri-o logs: logagent/input-filter-containerd.md
- Input Plugins:
- Standard input: logagent/input-plugin-stdin.md
- File input: logagent/input-plugin-files.md
- Docker logs input: logagent/input-plugin-dockerlogs.md
- Syslog input: logagent/input-plugin-syslog.md
- Journald input: logagent/input-plugin-journald-upload.md
- Apache Kafka input: logagent/input-plugin-kafka.md
- InfluxDB input: logagent/input-plugin-influxdb-http.md
- TCP input: logagent/input-plugin-tcp.md
- MQTT client input: logagent/input-plugin-mqtt-client.md
- MQTT broker input: logagent/input-plugin-mqtt-broker.md
- GELF input: logagent/input-plugin-gelf.md
- Command input: logagent/input-plugin-command.md
- Elasticsearch HTTP: logagent/input-plugin-elasticsearch-http.md
- Elasticsearch query: logagent/input-plugin-elasticsearch-query.md
- MSSQL query: logagent/input-plugin-mssql.md
- MySql query: logagent/input-plugin-mysql.md
- Cassandra query: logagent/input-plugin-cassandra.md
- ZeroMQ input: logagent/input-plugin-zeromq.md
- Postgresql query: logagent/input-plugin-postgresql.md
- Apple device location: logagent/logagent-apple-location.md
- Nova dust sensor: logagent/logagent-novasds.md
- Cloud Foundry input: logagent/input-plugin-cloudfoundry.md
- Azure Event Hub: logagent/input-plugin-azure-eventhub.md
- Kubernetes Events: logagent/input-kubernetes-events.md
- Kubernetes Audit Logs: logagent/input-kubernetes-audit.md
- GitHub Webhook Events: logagent/input-github-webhook.md
- Output Filter:
- SQL output filter: logagent/output-filter-sql.md
- AES encrypt fields: logagent/output-filter-aesencryptfields.md
- Hash fields: logagent/output-filter-hashfields.md
- Remove fields: logagent/output-filter-removefields.md
- Rename fields: logagent/output-filter-renamefields.md
- Drop events: logagent/output-filter-dropevents.md
- IP truncate fields: logagent/output-filter-iptruncatefields.md
- Docker enrichment: logagent/output-filter-dockerenrichment.md
- Kubernetes enrichment: logagent/output-filter-kubernetes.md
- Geo-IP enrichment: logagent/output-filter-geoip.md
- Output Plugins:
- Standard output: logagent/output-plugin-stdout.md
- GELF: logagent/output-plugin-gelf.md
- MQTT: logagent/output-plugin-mqtt.md
- Files: logagent/output-plugin-files.md
- Elasticsearch: logagent/output-elasticsearch.md
- Amazon Elasticsearch: logagent/output-plugin-aws-elasticsearch.md
- InfluxDB: logagent/output-plugin-influxdb.md
- Apache Kafka: logagent/output-plugin-kafka.md
- ZeroMQ: logagent/output-plugin-zeromq.md
- ClickHouse DB: logagent/output-plugin-clickhouse.md
- Slack Webhook: logagent/output-plugin-slack.md
- Prometheus Alertmanager: logagent/output-plugin-prometheus-alertmanager.md
- HTTP post: logagent/output-plugin-http.md
- How-To:
- Exclude Log Sources with Glob Patterns: logagent/how-to-use-glob-patterns-to-exclude-logs.md
- Nginx Ingress Log Shipping: logagent/how-to-nginx-ingress-log-shipping.md
- GDPR Personal Data In Web Server Logs: logagent/how-to-gdpr_web_logs.md
- Centralize Linux System Journal: logagent/how-to-centralize-linux-system-journal.md
- Reduce Log Volume: logagent/how-to-reduce-log-volume.md
- IDE Integration and Debugging: logagent/logagent-ide-conf.md
- Changelog: logagent/changelog.md
- Release Notes: logagent/releasenotes.md
- FAQ: logagent/faq.md
- Mobile App SDKs: agents/mobile.md
- Browser SDK: agents/browser.md
- API: api/index.md
- FAQ: faq.md
theme:
name: material
custom_dir: 'mkdocs-material-custom'
repo_url: https://github.com/sematext/docs/
edit_uri: edit/master/docs/
# Options
extra:
logo: 'images/logo.svg'
palette:
primary: 'Indigo'
accent: 'Indigo'
font:
text: 'Roboto,sans-serif'
social:
- type: 'github'
link: 'https://github.com/sematext'
- type: 'twitter'
link: 'https://twitter.com/sematext'
- type: 'linkedin'
link: 'https://www.linkedin.com/company/sematext-international-llc'
- type: 'facebook'
link: 'https://www.facebook.com/Sematext'
- type: 'slideshare'
link: 'https://www.slideshare.net/sematext'
- type: 'feed'
link: 'https://feeds.feedburner.com/SematextBlog'
extra_css:
- 'stylesheets/extra.css'
- 'stylesheets/code-tabs.css'
extra_javascript:
- 'javascripts/extra.js'
markdown_extensions:
- toc:
permalink: true
- codehilite
- meta
- admonition
- pymdownx.superfences:
# upgrade to pymdownx 4.10... first preserve_tabs: true
- pymdownx.emoji:
emoji_generator: !!python/name:pymdownx.emoji.to_png
- markdown_fenced_code_tabs:
single_block_as_tab: False