EOX GitLab Instance
Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VS
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Container Registry
Model registry
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ESA
PRISM
VS
Merge requests
!17
Something went wrong on our end
Resolve "Integrate ELK stack with Fluentd"
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Resolve "Integrate ELK stack with Fluentd"
9-logging-setup
into
master
Overview
0
Commits
20
Pipelines
0
Changes
1
Merged
Bernhard Mallinger
requested to merge
9-logging-setup
into
master
4 years ago
Overview
0
Commits
20
Pipelines
0
Changes
1
Expand
Closes
#9 (closed)
0
0
Merge request reports
Viewing commit
c4f64e82
Prev
Next
Show latest version
1 file
+
1
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
c4f64e82
Keep fields like `container_name` when parsing apache logs
· c4f64e82
Bernhard Mallinger
authored
4 years ago
cache/run-httpd.sh
+
2
−
2
Options
#!/bin/bash -e
/configure.sh
/configure.sh
>
&2
echo
"Running Apache server"
echo
"Running Apache server"
>
&2
rm
-rf
/run/apache2/
*
/var/run/apache2/
*
/tmp/apache2
*
exec
/usr/sbin/apache2ctl
-D
FOREGROUND
Loading