AppFeed/templates/cschanotsRepository/kibana.xml
2021-04-10 20:02:46 -04:00

51 lines
2.3 KiB
XML

<?xml version="1.0" encoding="UTF-8"?>
<Container version="2">
<Name>kibana</Name>
<Repository>kibana:7.12.0</Repository>
<Registry>https://hub.docker.com/_/kibana/</Registry>
<Network>bridge</Network>
<Shell>sh</Shell>
<Privileged>false</Privileged>
<Support>https://forums.unraid.net/topic/105443-support-cschanot-docker-templates/</Support>
<Project>https://www.elastic.co/kibana</Project>
<Overview>Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch. &#13;
&#13;
Please install and run Elasticsearch docker first. Set the tag to it to match the one you are using &#13;
on Kibana (currently 7.12.0)&#13;
&#13;
Change ELASTIC_SEARCH_HOSTS to match the address of your Elasticsearch</Overview>
<WebUI>http://[IP]:[PORT:5601]</WebUI>
<TemplateURL>https://raw.githubusercontent.com/cschanot/docker-templates/main/kibana.xml</TemplateURL>
<Icon>https://raw.githubusercontent.com/cschanot/docker-templates/main/images/kibana.png</Icon>
<PostArgs></PostArgs>
<CPUset></CPUset>
<Networking>
<Mode>bridge</Mode>
<Publish>
<Port>
<HostPort>5601</HostPort>
<ContainerPort>5601</ContainerPort>
<Protocol>tcp</Protocol>
</Port>
</Publish>
</Networking>
<Data></Data>
<Environment>
<Variable>
<Value>http://192.168.1.20:9200</Value>
<Name>ELASTICSEARCH_HOSTS</Name>
<Mode></Mode>
</Variable>
</Environment>
<Config Name="ELASTICSEARCH_HOSTS" Target="ELASTICSEARCH_HOSTS" Default="" Mode="" Description="Container Variable: ELASTICSEARCH_HOSTS" Type="Variable" Display="always" Required="false" Mask="false">http://192.168.1.20:9200</Config>
<Config Name="Web UI" Target="5601" Default="" Mode="tcp" Description="Container Port: 5601" Type="Port" Display="always" Required="false" Mask="false">5601</Config>
<Date>1618099078</Date>
<Description>Kibana gives shape to any kind of data — structured and unstructured — indexed in Elasticsearch. &#13;
&#13;
Please install and run Elasticsearch docker first. Set the tag to it to match the one you are using &#13;
on Kibana (currently 7.12.0)&#13;
&#13;
Change ELASTIC_SEARCH_HOSTS to match the address of your Elasticsearch</Description>
<templatePath>/tmp/GitHub/AppFeed/templates/cschanotsRepository/kibana.xml</templatePath>
</Container>