Skip to content

Add hit counters to histogram#29

Merged
rashidkpc merged 1 commit intoelastic:masterfrom
rashidkpc:master
Apr 5, 2013
Merged

Add hit counters to histogram#29
rashidkpc merged 1 commit intoelastic:masterfrom
rashidkpc:master

Conversation

@rashidkpc
Copy link
Copy Markdown
Contributor

Shouldn't really need the hits panel now if you don't want it

rashidkpc pushed a commit that referenced this pull request Apr 5, 2013
Add hit counters to histogram
@rashidkpc rashidkpc merged commit b01df5c into elastic:master Apr 5, 2013
faxm0dem pushed a commit to ccin2p3/kibana that referenced this pull request Feb 17, 2014
…enterprise-id

value-pairs: Handle SDATA enterprise IDs correctly
@KnightOfNight KnightOfNight mentioned this pull request Jul 19, 2016
nreese added a commit that referenced this pull request Jan 31, 2019
…er in Top Nav (#29235)

* Embed timepicker in query bar (#29130)

* replace kbnTimepicker directive with EuiSuperDatePicker

* remove kbnTimepicker directive

* remove bootstrap datepicker

* embed timepicker in query bar

* flesh out date picker in query bar for maps app

* wire up refresh config

* fix bug with way update function called by watcher

* get maps application functional tests working with new timepicker

* remove some changes outside of scoped work

* clean up typescript lint problems

* fix query_bar I18n lint error

* update query_bar jest test

* grab some parts missing from one cherry-pick

* pass dateRange to updateQueryAndDispatch when app state changes

* use timefilter disable methods to hide timepicker from top naav

* get selected refresh unit

* use EuiSuperUpdate button

* Fix responsive sizing of datepicker (#29)

* set isDisabled on EuiSuperUpdateButton

* review feedback

* remove ts-ignore comment from defaultProps, fix query_bar snapshot

* make new props optional

* fighting with ts linter

* do not include dateRangeFrom and dateRangeTo in isDirty when shoDateRange is not true

* pull initial query from UI settings
@liza-mae liza-mae mentioned this pull request Jun 26, 2019
orouz added a commit to orouz/kibana that referenced this pull request Jan 13, 2022
ari-aviran pushed a commit to ari-aviran/kibana that referenced this pull request Feb 7, 2022
kqualters-elastic pushed a commit to kqualters-elastic/kibana that referenced this pull request Mar 8, 2022
…n-view-es-archives

Fix linting and es_archives
TattdCodeMonkey pushed a commit to TattdCodeMonkey/kibana that referenced this pull request Mar 9, 2023
CoenWarmer added a commit to CoenWarmer/kibana that referenced this pull request Aug 8, 2023
andrew-goldstein added a commit to andrew-goldstein/kibana that referenced this pull request Jul 17, 2025
andrew-goldstein added a commit to andrew-goldstein/kibana that referenced this pull request Jul 17, 2025
andrew-goldstein added a commit to andrew-goldstein/kibana that referenced this pull request Jul 18, 2025
shahargl pushed a commit that referenced this pull request Jul 20, 2025
skynetigor added a commit to skynetigor/kibana that referenced this pull request Jul 24, 2025
* feat: basestep

* Improve step types

* make stepfactory instance like

* refactor: store parsed yaml definition in workflow, store workflow as savedObject (elastic#29)

* feat: scheduled workflows (elastic#30)

* feat: wip

* feat: scheduled workflows

* feat: scheduled workflows

* feat: scheduled

* feat: scheduled

* feat: scheduled

* feat: scheduled

* feat: scheduled workflows

* feat: scheduled workflows

* feat: add execution logs (elastic#31)

* feat: add execution logs

* feat: add execution logs

* feat: add execution logs

* feat: logs

---------

Co-authored-by: Ihor Panasiuk <igorskynet13@gmail.com>
Co-authored-by: Kirill Chernakov <yakiryous@gmail.com>
Co-authored-by: Shahar Glazner <shaharglazner@gmail.com>
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
Previously, without the axisTitleHeight offset, multiple axes with the same position would overflow
into each other with margins less than the title height.  This PR fixes this and also adds a story to the axis group in storybook with multiple axes with the same position.

fixes elastic#26
edmarmoretti pushed a commit to edmarmoretti/kibana-pt-br that referenced this pull request Sep 7, 2025
# 1.0.0 (2019-02-07)

### Bug Fixes

* reflect specs ids on legend items when using single series ([8b39f15](elastic/elastic-charts@8b39f15))
* **axis:** add axisTitleHeight to axis increments ([elastic#29](elastic/elastic-charts#29)) ([e34f0ae](elastic/elastic-charts@e34f0ae)), closes [elastic#26](elastic/elastic-charts#26)
* **axis:** fix horizontal title positioning to account for title padding ([08d1f83](elastic/elastic-charts@08d1f83))
* **axis:** scale tick labels to fix text truncation on chrome ([elastic#38](elastic/elastic-charts#38)) ([99c2332](elastic/elastic-charts@99c2332)), closes [elastic#18](elastic/elastic-charts#18)
* **axis:** use titleFontSize for debug rect for horizontal axis title ([elastic#17](elastic/elastic-charts#17)) ([af4aa58](elastic/elastic-charts@af4aa58)), closes [elastic#11](elastic/elastic-charts#11)
* **dimensions:** use chart top padding in computation of chart height ([42585f7](elastic/elastic-charts@42585f7)), closes [elastic#13](elastic/elastic-charts#13)
* **x_domain:** fix x value asc sorting using numbers ([26b33ff](elastic/elastic-charts@26b33ff))

### Features

* add tickLabelRotation and showGridLines features ([elastic#7](elastic/elastic-charts#7)) ([47f118b](elastic/elastic-charts@47f118b))
* **axis:** draw grid lines separately from axis tick and customize style with config ([elastic#8](elastic/elastic-charts#8)) ([ab7e974](elastic/elastic-charts@ab7e974))
VladimirFilonov added a commit to VladimirFilonov/kibana that referenced this pull request Mar 12, 2026
- [elastic#10](elastic#253700 (comment)), [elastic#11](elastic#253700 (comment)), [elastic#12](elastic#253700 (comment)): Remove convertToTypePreservingTemplates and isSingleTemplateExpression; use buildFieldsZodValidator(normalizedOutputs) for output validation in workflow_output_step_impl
- [elastic#15](elastic#253700 (comment)), [elastic#32](elastic#253700 (comment)): completeAncestorSteps now uses finishStep() via stepExecutionRuntimeFactory (nodes_factory, workflow_output_step_impl, workflow_execution_runtime_manager)
- [elastic#16](elastic#253700 (comment)): Revert workflow_execution_state updateStep to simple merge (no definedChanges filter); file matches main
- [elastic#17](elastic#253700 (comment)): Document in catch_error.ts how a step may already be completed (workflow.output/workflow.fail)
- [elastic#18](elastic#253700 (comment)): Revert use_monaco_markers_changed_interceptor to upstream/main
- [elastic#21](elastic#253700 (comment)), [elastic#28](elastic#253700 (comment)): Deprecate json_schema_to_zod re-export; consumers import from @kbn/workflows/spec/lib/build_fields_zod_validator; test imports from canonical source
- [elastic#22](elastic#253700 (comment)), [elastic#26](elastic#253700 (comment)): Remove isSingleTemplateExpression from templates.ts and utils/index (CodeQL/reviewer)
- [elastic#23](elastic#253700 (comment)): Rename legacyInputs to legacyFields (and input to field) in field_conversion.ts
- [elastic#24](elastic#253700 (comment)): WorkflowFailStepSchema: add optional reason, optional message, optional with
- [elastic#29](elastic#253700 (comment)): get_workflow_context_schema uses buildFieldsZodValidator(normalizeFieldsToJsonSchema(...)) for both inputs and outputs
- [elastic#31](elastic#253700): normalizeFieldsToJsonSchema accepts unknown; remove NormalizableFieldSchema casts (load_workflows_thunk, workflow_execute_modal, workflow_execute_manual_form, validate_json_schema_defaults, validate_workflow_inputs, validate_workflow_outputs_in_yaml, get_workflow_context_schema, validate_workflow_fields)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant