Skip to content

Commit ffd4de9

Browse files
authored
[SIEM] Timeline NOT working with unauthorized (#41767) (#41884)
* Allow error to show in the application * Allow unauthorized user to use timeline api with redux storage * add callout to timeline to show + fix event details * Build fixes * fix pinned event * review I * fix details timeline test on api integration
1 parent 9191569 commit ffd4de9

39 files changed

+944
-1527
lines changed

config/kibana.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
# the username and password that the Kibana server uses to perform maintenance on the Kibana
4444
# index at startup. Your Kibana users still need to authenticate with Elasticsearch, which
4545
# is proxied through the Kibana server.
46-
#elasticsearch.username: "user"
47-
#elasticsearch.password: "pass"
46+
elasticsearch.username: "elastic"
47+
elasticsearch.password: "yDaYCXL6KYgNligMpSwd"
4848

4949
# Enables SSL and paths to the PEM-format SSL certificate and SSL key files, respectively.
5050
# These settings enable SSL for outgoing requests from the Kibana server to the browser.

x-pack/plugins/siem/public/components/event_details/__snapshots__/event_details.test.tsx.snap

Lines changed: 0 additions & 80 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)