Merge pull request #12050 from colesmcintosh/docs/elasticsearch-logging-tutorial
Fix Elasticsearch tutorial image rendering
This commit is contained in:
commit
327405ffae
@ -1,3 +1,4 @@
|
||||
import Image from '@theme/IdealImage';
|
||||
import Tabs from '@theme/Tabs';
|
||||
import TabItem from '@theme/TabItem';
|
||||
|
||||
@ -5,7 +6,7 @@ import TabItem from '@theme/TabItem';
|
||||
|
||||
Send your LLM requests, responses, costs, and performance data to Elasticsearch for analytics and monitoring using OpenTelemetry.
|
||||
|
||||

|
||||
<Image img={require('../../img/elasticsearch_demo.png')} />
|
||||
|
||||
## Quick Start
|
||||
|
||||
@ -179,7 +180,7 @@ docker run -d --name kibana --link elasticsearch:elasticsearch -p 5601:5601 dock
|
||||
|
||||
Open Kibana at http://localhost:5601 and create an index pattern for your LiteLLM traces:
|
||||
|
||||

|
||||
<Image img={require('../../img/elasticsearch_demo.png')} />
|
||||
|
||||
## Production Setup
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user