Skip to content

Commit

Permalink
Merge pull request elastic#26 from ycombinator/bugfix-20
Browse files Browse the repository at this point in the history
Removing extra quote
  • Loading branch information
rashidkpc committed Nov 30, 2015
2 parents da76f58 + 1095fa7 commit c46daa9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/partials/docs/tutorial.html
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ <h2>Elasticsearch querying in short</h2>

<p>
<h4>Passing arguments</h4>
Timelion has a number of shortcuts for doing common things, one of which is that for simple arguments, ones that don't contain spaces or special characters, you don't need quotes. Many functions also have defaults, for example <code>.es()</code> and <code>.es(*)</code> do the same thing. Arguments also have names, so you don't have to remember their position, you can pass <code>.es(index='logstash-*', q='*'')</code> to tell the elasticsearch data source <em>"use * as the q (query) for the logstash-* index"</em>
Timelion has a number of shortcuts for doing common things, one of which is that for simple arguments, ones that don't contain spaces or special characters, you don't need quotes. Many functions also have defaults, for example <code>.es()</code> and <code>.es(*)</code> do the same thing. Arguments also have names, so you don't have to remember their position, you can pass <code>.es(index='logstash-*', q='*')</code> to tell the elasticsearch data source <em>"use * as the q (query) for the logstash-* index"</em>
</p>
<h4>Beyond count</h4>
<p>
Expand Down

0 comments on commit c46daa9

Please sign in to comment.