Skip to content

Commit

Permalink
Fix Elasticsearch documentation
Browse files Browse the repository at this point in the history
Changes in README.md to reflect changes from "Remove spacing from elasticsearch names" 4b61b39.
Fix elastic example.
Add image for example.
  • Loading branch information
boTux committed Jun 4, 2020
1 parent 34f3266 commit efe9ed6
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ This example renders the following image:
The Elastic library consists of [Elastic](https://www.elastic.co) icons.
It is similar in use to the AWS and Azure libraries (it used the same tool to create them).

Use it by including the file that contains the sprite, eg: `!include <elastic/elastic_search/elastic_search.puml>`.
Use it by including the file that contains the sprite, eg: `!include <elastic/elasticsearch/elasticsearch.puml>`.
When imported, you can use the sprite as normally you would, using `<$sprite_name>`.

You may also include the `common.puml` file, eg: `!include <elastic/common>`, which contains helper macros defined.
Expand All @@ -88,11 +88,11 @@ Example of usage:
```
@startuml
!include <elastic/common>
!include <elastic/elastic_search/elastic_search>
!include <elastic/elasticsearch/elasticsearch>
!include <elastic/logstash/logstash>
!include <elastic/kibana/kibana>
ELASTIC_SEARCH(ElasticSearch, "Search and Analyze",database)
ELASTICSEARCH(ElasticSearch, "Search and Analyze",database)
LOGSTASH(Logstash, "Parse and Transform",node)
KIBANA(Kibana, "Visualize",agent)
Expand All @@ -102,6 +102,9 @@ Example of usage:
@enduml
```

This example renders the following image:
![Example](http://www.plantuml.com/plantuml/png/TOxFQiCm38VlUGejfnHITYyZrEl2MXgsCOVUrLXBpFm7R8UnFVrI9oNa41yi6N-VVjhxW2xqMYKmd0Tf6jKBWYTIw8Di7XkhjJN5okzKFQ5hkkLhJL6szG5zTszMmMzvHODJAP98bHNZzUd0I_PvE6RbIFAObqCwDe1603EeVlyepGK6lAAdJVIhzrTUCtxCgYbyi3xGUOfIxT3uB-jqcXih9kLyUcPlB3l7DGRy8dsFIjvcOqicR21YyRfFXQsJRHUs1InMtCq99E050qPhmSpgcBYB70GB5qa_IR8d8tgj_W40)

## Tupadr3 library

This library contains several libraries of icons (including Devicons and Font Awesome )
Expand Down

0 comments on commit efe9ed6

Please sign in to comment.